constructor Method

Overloads
constructorListPickerItem(props)  
constructorListPickerItem(props, context?) Deprecated  

ListPickerItem(props)

ListPickerItem(props: Readonly<ListPickerItemProps>): ListPickerItem

Parameter Type Description
props Readonly<ListPickerItemProps>  

Returns - ListPickerItem



ListPickerItem(props, context?)

Deprecated  

ListPickerItem(props: ListPickerItemProps, context?: any): ListPickerItem

see https://reactjs.org/docs/legacy-context.html

Parameter Type Description
props ListPickerItemProps  
context any  

Returns - ListPickerItem


Last Updated: 11 June, 2024