vben-admin-thin-next/src/components/Description/index.ts

4 lines
138 B
TypeScript
Raw Normal View History

2020-09-28 20:19:10 +08:00
export { default as Description } from './src/index';
export * from './src/types';
export { useDescription } from './src/useDescription';