Type alias DropdownItemProps
DropdownItemProps: {
active?: boolean;
arrow?: ReactNode;
children?: ReactNode;
destroyOnClose?: boolean;
forceRender?: boolean;
highlight?: boolean;
key: string;
onClick?: ((event) => void);
title: ReactNode;
} & NativeProps
Type declaration
Optional active?: boolean
Optional arrow?: ReactNode
Optional children?: ReactNode
Optional destroyOnClose?: boolean
Optional forceRender?: boolean
Optional highlight?: boolean
key: string
Optional onClick?: ((event) => void)
- (event): void
Returns void
title: ReactNode