UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

5 lines 195 B
import { FC } from 'react'; import { ChartPopoverProps } from '../../types'; declare const ChartPopover: FC<ChartPopoverProps>; export { ChartPopover }; //# sourceMappingURL=ChartPopover.d.ts.map