interface CastButtonProps {
    icon?: ReactNode;
}

Properties

Properties

icon?: ReactNode

The icon component used in the button. Only overrideable for web.

Generated using TypeDoc