mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-01-29 06:38:41 +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';
|