Filter
FilterSlotContent
FilterSlotContent<
TProps> = { [K in FilterSlot]: ButtonSlotContent | CustomSlotContent<TProps> | CommandSlotContent }
Content that can be added to filter slots.
Type Parameters
| Type Parameter | Default type |
|---|---|
TProps extends SlotContentPropsGroup | SlotContentProps |
