UNPKG

@antv/f2

Version:

Charts for mobile visualization.

15 lines (14 loc) 371 B
import { Style } from '../../../types'; type ImageGuideProps = { src: string; points?: { x: number; y: number; }[] | null; attrs?: any; style?: Style; offsetX?: number; offsetY?: number; }; declare const _default: (props: ImageGuideProps, context: any) => import("../../..").JSX.Element; export default _default;