UNPKG

@antv/f2

Version:

Charts for mobile visualization.

12 lines (11 loc) 278 B
import { Style } from '../../../types'; type ArcGuideProps = { points?: { x: number; y: number; }[] | null; style?: Style; theme?: any; }; declare const _default: (props: ArcGuideProps) => import("../../..").JSX.Element; export default _default;