UNPKG

react-spectrum-charts-capstone-venn

Version:

Declarative library for composing Spectrum visualizations in React.

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