UNPKG

@kgdata/annotation

Version:
6 lines (5 loc) 192 B
import type { FC } from 'react'; import type { AnnotationProps } from './typeDefinition'; import './index.less'; declare const Annotation: FC<AnnotationProps>; export default Annotation;