mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-27 05:15:43 +08:00
4 lines
138 B
TypeScript
4 lines
138 B
TypeScript
export { default as Description } from './src/index';
|
|
export * from './src/types';
|
|
export { useDescription } from './src/useDescription';
|