UNPKG
@kgdata/annotation
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
annotation
github.com/xxx/xxx
@kgdata/annotation
/
dist
/
Annotation
/
index.d.ts
6 lines
(5 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
FC
}
from
'react'
;
import
type
{
AnnotationProps
}
from
'./typeDefinition'
;
import
'./index.less'
;
declare
const
Annotation
:
FC
<
AnnotationProps
>;
export
default
Annotation
;