check
Code copied to clipboard.
close
menu
menu_open
menu

LkSelectOptionProps

Describes props for the Select Option component.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

export interface LkSelectOptionProps {

 value: string;

 children: React.ReactNode;

 onClick?: () => void;

 startIcon?: LkIconProps;

 endIcon?: LkIconProps;

}

Related Components

Components that use this type.

No items found.

Related Types

Types with similar roles.

No items found.