react-spectrum-charts-capstone-venn
Version:
Declarative library for composing Spectrum visualizations in React.
9 lines • 366 B
TypeScript
import { ChartChildElement, ChartPopoverProps } from '../types';
export type PopoverDetail = {
chartPopoverProps: ChartPopoverProps;
key: string;
name: string;
UNSAFE_highlightBy: ChartPopoverProps['UNSAFE_highlightBy'];
};
export default function usePopovers(children: ChartChildElement[]): PopoverDetail[];
//# sourceMappingURL=usePopovers.d.ts.map