vben
authored
|
1
|
import Description from './src/index';
|
vben
authored
|
2
3
4
|
import { withInstall } from '../util';
|
vben
authored
|
5
6
|
withInstall(Description);
|
|
7
8
|
export * from './src/types';
export { useDescription } from './src/useDescription';
|
vben
authored
|
9
|
export { Description };
|