Home > @findkit/ui > HeaderSlotProps
HeaderSlotProps interface
Props for the Header slot component override. See Slots.
Signature:
export interface HeaderSlotProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
children | any | The original header with the input and the close button | |
CloseButton | (props: { children?: any; }) => any | DEPRECATED Component for the close button | |
Input | (props: { placeholder?: string; }) => any | DEPRECATED Component for the search inpput | |
parts | HeaderSlotParts | Part components for the header New in 0.14.0 |