Home > @findkit/ui > HeaderSlotParts
HeaderSlotParts interface
Part components for the Header slot. See Slots.
Signature:
export interface HeaderSlotParts
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
CloseButton | (props: { children?: any; }) => any | Component for the close button | |
Input | (props: { placeholder?: string; icon?: any; }) => any | Component for the search inpput |