UNPKG

react-native-leader-line

Version:

React Native port of leader-line library for drawing arrow lines and connectors

14 lines 467 B
import { EnhancedLabelOptions, MultipleLabels, Point } from "../types"; interface LabelRenderData { key: string; config: EnhancedLabelOptions; position: Point; } /** * Simplified hook for managing multiple labels on leader lines */ export declare const useMultipleLabels: (startPoint: Point | null, endPoint: Point | null, labels: MultipleLabels) => { labelRenderData: LabelRenderData[]; }; export {}; //# sourceMappingURL=useMultipleLabels.d.ts.map