Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Describes props for the Select Option component.
export interface LkSelectOptionProps {
value: string;
children: React.ReactNode;
onClick?: () => void;
startIcon?: LkIconProps;
endIcon?: LkIconProps;
}
Components that use this type.
Types with similar roles.