UNPKG

react-gifted-charts

Version:

ReactJS counterpart of react-native-gifted-charts. An intuitive charting library for Bar, Line, Area, Pie, Donut, Stacked Bar, Population Pyramid and Radar charts in React

14 lines (13 loc) 301 B
type ruleProps = { thickness: number; width: number; color: string | any; type: String; dashWidth: number; dashGap: number; }; type configType = { config: ruleProps; }; declare function Rule(props: configType): import("react/jsx-runtime").JSX.Element; export default Rule;