UNPKG

@antv/f2

Version:

Charts for mobile visualization.

15 lines (14 loc) 392 B
import { TextStyleProps } from '@antv/f-engine'; type TextGuideProps = { points?: { x: number; y: number; }[] | null; content: string | number; style?: TextStyleProps; offsetX?: number; offsetY?: number; theme?: any; }; declare const _default: (props: TextGuideProps, context: any) => import("@antv/f-engine").JSX.Element; export default _default;