UNPKG

ant-design-x-vue

Version:

Craft AI-driven interfaces effortlessly

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