UNPKG

@antv/f2

Version:

Charts for mobile visualization.

12 lines (11 loc) 304 B
import { RectStyleProps } from '@antv/f-engine'; type RectGuideProps = { points?: { x: number; y: number; }[] | null; style?: RectStyleProps; theme?: any; }; declare const _default: (props: RectGuideProps) => import("@antv/f-engine").JSX.Element; export default _default;