react-native-chart-kit
Version:
If you're looking to **build a website or a cross-platform mobile app** – we will be happy to help you! Send a note to clients@ui1.io and we will be in touch with you shortly.
12 lines • 389 B
TypeScript
/// <reference types="react" />
import { Color, TextProps } from "react-native-svg";
export declare type LegendItemProps = {
baseLegendItemX: number;
index: number;
legendOffset: number;
legendText: string;
iconColor: Color;
labelProps: TextProps;
};
export declare const LegendItem: (props: LegendItemProps) => JSX.Element;
//# sourceMappingURL=LegendItem.d.ts.map