Blame view

src/components/Description/index.ts 215 Bytes
vben authored
1
import Description from './src/index';
2
3
4

import { withInstall } from '../util';
vben authored
5
6
withInstall(Description);
陈文彬 authored
7
8
export * from './src/types';
export { useDescription } from './src/useDescription';
vben authored
9
export { Description };