tab, toast grid 추가
This commit is contained in:
9
types/vue3-tui-grid.d.ts
vendored
Normal file
9
types/vue3-tui-grid.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// src/types/vue3-tui-grid.d.ts
|
||||
declare module 'vue3-tui-grid' {
|
||||
import type { Plugin } from 'vue';
|
||||
const TuiGrid: Plugin;
|
||||
export default TuiGrid;
|
||||
export type TuiGridElement = any;
|
||||
export type GridEvent = any;
|
||||
}
|
||||
|
Reference in New Issue
Block a user