ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
13 lines (12 loc) • 396 B
TypeScript
import type { App } from 'vue';
export * from './components';
export * from './hooks';
export * from './theme';
export * from './_util/cssinjs';
/** Align React `@ant-design/x` root `version` export. */
export { default as version } from './version';
export declare const install: (app: App) => App<any>;
declare const _default: {
install: (app: App) => App<any>;
};
export default _default;