interface GridToolbarFilterButtonProps {
    slotProps?: {
        badge?: Partial<BadgeProps>;
        button?: Partial<ButtonProps>;
        tooltip?: Partial<TooltipProps>;
    };
}

Properties

Properties

slotProps?: {
    badge?: Partial<BadgeProps>;
    button?: Partial<ButtonProps>;
    tooltip?: Partial<TooltipProps>;
}

The props used for each slot inside.

{}