UNPKG

react-spectrum-charts-capstone-venn

Version:

Declarative library for composing Spectrum visualizations in React.

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