mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:57:23 +00:00
5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
declare module 'vue-github-button' {
|
|
import type { Component } from '@vue/runtime-core'
|
|
export default Component
|
|
}
|