UNPKG

react-spectrum-charts-capstone-venn

Version:

Declarative library for composing Spectrum visualizations in React.

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