Blame view

src/components/Description/index.ts 138 Bytes
陈文彬 authored
1
2
3
export { default as Description } from './src/index';
export * from './src/types';
export { useDescription } from './src/useDescription';