UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

11 lines (10 loc) 227 B
import type { App } from 'vue'; import Gantt from './src/gantt'; export { Gantt }; declare const _default: { title: string; category: string; status: string; install(app: App): void; }; export default _default;