UNPKG

react-spectrum-charts-capstone-venn

Version:

Declarative library for composing Spectrum visualizations in React.

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