Home > @uniformdev/design-system > TileProps
TileProps type
Signature:
type TileProps = {
children: ReactNode;
disabled?: boolean;
isSelected?: boolean;
} & HtmlHTMLAttributes<HTMLButtonElement>;
Home > @uniformdev/design-system > TileProps
Signature:
type TileProps = {
children: ReactNode;
disabled?: boolean;
isSelected?: boolean;
} & HtmlHTMLAttributes<HTMLButtonElement>;