UNPKG

react-sparklines-ts

Version:

Beautiful and expressive Sparklines component for React (continued)

8 lines (7 loc) 240 B
export type SparklinesNormalBandProps = { style?: { fill?: string; fillOpacity?: number; }; }; export default function SparklinesNormalBand(props: SparklinesNormalBandProps): import("react/jsx-runtime").JSX.Element;