Home > @uniformdev/design-system > TileProps

TileProps type

Signature:

type TileProps = {
    children: ReactNode;
    disabled?: boolean;
    isSelected?: boolean;
} & HtmlHTMLAttributes<HTMLButtonElement>;