rayyy-vue-table-components
Version:
Vue 3 + Element Plus 表格組件庫
19 lines (13 loc) • 433 B
TypeScript
declare module 'rayyy-vue-table-components' {
import type { App } from 'vue'
import type { DefineComponent } from 'vue'
export function install(app: App, options?: Record<string, unknown>): void
export const BaseTable: DefineComponent
export const BaseBtn: DefineComponent
export const BaseDialog: DefineComponent
export * from './types'
const plugin: {
install: typeof install
}
export default plugin
}