Sha256: 2166d0cd1bb17d7a86b615568c9a3601c3f4e88650c7307d2d2827bf218dd46d
Contents?: true
Size: 682 Bytes
Versions: 2
Compression:
Stored size: 682 Bytes
Contents
import React from 'react'; declare type SelectableCardIconProps = { aria?: { [key: string]: string; }; checked?: boolean; checkmark: boolean; className?: string; customIcon?: { [key: string]: SVGElement; }; dark?: boolean; data?: { [key: string]: string; }; disabled?: boolean; icon?: string; inputId?: string; multi?: boolean; name?: string; titleText?: string; bodyText?: string; value?: string; onChange?: (event: React.FormEvent<HTMLInputElement>) => void; }; declare const SelectableCardIcon: (props: SelectableCardIconProps) => JSX.Element; export default SelectableCardIcon;
Version data entries
2 entries across 2 versions & 1 rubygems