mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 10:16:08 +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
|
|
}
|