UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

12 lines (11 loc) 278 B
import type { App } from 'vue'; import Statistic from './src/statistic'; export * from './src/statistic-types'; export { Statistic }; declare const _default: { title: string; category: string; status: string; install(app: App): void; }; export default _default;