Blame view

src/components/Description/index.ts 241 Bytes
1
2
3
import { createAsyncComponent } from '/@/utils/factory/createAsyncComponent';
export const Description = createAsyncComponent(() => import('./src/index'));
陈文彬 authored
4
5
export * from './src/types';
export { useDescription } from './src/useDescription';