UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

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