2020-12-07 21:17:24 +08:00
|
|
|
import Description from './src/index';
|
2020-11-27 22:47:40 +08:00
|
|
|
|
|
|
|
|
import { withInstall } from '../util';
|
|
|
|
|
|
2020-12-07 21:17:24 +08:00
|
|
|
withInstall(Description);
|
|
|
|
|
|
2020-09-28 20:19:10 +08:00
|
|
|
export * from './src/types';
|
|
|
|
|
export { useDescription } from './src/useDescription';
|
2020-12-07 21:17:24 +08:00
|
|
|
export { Description };
|