UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

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