The FilterButton component is a button designed for initiating filtering of data. It is designed to be used with the dropdown menu. It uses forwardRef to pass the button to the dropdown trigger asChild.

Properties

$$typeof: symbol
defaultProps?: Partial<RefAttributes<HTMLButtonElement>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<RefAttributes<HTMLButtonElement>>