UNPKG

638 BTypeScriptView Raw
1import Arc from '../components/Annotation/arc';
2import DataMarker from '../components/Annotation/dataMarker';
3import DataRegion from '../components/Annotation/dataRegion';
4import Image from '../components/Annotation/image';
5import Line from '../components/Annotation/line';
6import Region from '../components/Annotation/region';
7import Text from '../components/Annotation/text';
8declare const Guide: {
9 (props: any): any;
10 Arc: typeof Arc;
11 DataMarker: typeof DataMarker;
12 DataRegion: typeof DataRegion;
13 Image: typeof Image;
14 Line: typeof Line;
15 Region: typeof Region;
16 Text: typeof Text;
17};
18export default Guide;