Sha256: e1955fb6c30ffc22b253237f533f20be45bbe80f974b198a353a14d985aea392
Contents?: true
Size: 273 Bytes
Versions: 2
Compression:
Stored size: 273 Bytes
Contents
declare type DistributionBarProps = { className?: string; colors: []; data?: string; id?: string; size?: "lg" | "sm"; widths?: number[]; }; declare const DistributionBar: (props: DistributionBarProps) => JSX.Element; export default DistributionBar;
Version data entries
2 entries across 2 versions & 1 rubygems