UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

10 lines 387 B
import { ChartChildElement, ChartPopoverProps } from '../types'; export type PopoverDetail = { chartPopoverProps: ChartPopoverProps; key: string; name: string; UNSAFE_highlightBy: ChartPopoverProps['UNSAFE_highlightBy']; parent?: string; }; export default function usePopovers(children: ChartChildElement[]): PopoverDetail[]; //# sourceMappingURL=usePopovers.d.ts.map