UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

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