UNPKG

ant-design-x-vue

Version:

Craft AI-driven interfaces effortlessly

10 lines (9 loc) 257 B
import type { App } from 'vue'; export * from './components'; export * from './hooks'; export * from './theme'; export declare const install: (app: App) => App<any>; declare const _default: { install: (app: App) => App<any>; }; export default _default;