Sha256: cf7e8609df2e80fb63c56e2cd59e85478d1d3c3a7471e3ba542f37f4c385b795
Contents?: true
Size: 594 Bytes
Versions: 2
Compression:
Stored size: 594 Bytes
Contents
declare type SelectableIconProps = { aria?: { [key: string]: string; }; checked?: boolean; className?: string; customIcon?: { [key: string]: SVGElement; }; disabled?: boolean; data?: Object; icon: string; inputId: string; inputs: string; multi?: boolean; name: string; text: string; value?: string; }; declare const SelectableIcon: ({ aria, className, checked, customIcon, data, disabled, icon, inputId, inputs, multi, name, text, value, ...props }: SelectableIconProps) => JSX.Element; export default SelectableIcon;
Version data entries
2 entries across 2 versions & 1 rubygems