2021-06-11 22:09:02 +08:00
|
|
|
import { withInstall } from '/@/utils';
|
|
|
|
|
import description from './src/Description.vue';
|
2021-01-04 21:31:13 +08:00
|
|
|
|
2021-06-11 22:09:02 +08:00
|
|
|
export * from './src/typing';
|
2020-09-28 20:19:10 +08:00
|
|
|
export { useDescription } from './src/useDescription';
|
2021-06-11 22:09:02 +08:00
|
|
|
export const Description = withInstall(description);
|