index.ts 138 字节
Newer Older
陈文彬 已提交
1 2 3
export { default as Description } from './src/index';
export * from './src/types';
export { useDescription } from './src/useDescription';