- TextListItem(props): ReactNode
Returns ReactNode
Properties
Readonly
$$typeof
$$typeof: symbol
Optional
defaultProps
defaultProps?: Partial<Omit<TextListItemProps, "ref"> & RefAttributes<HTMLLIElement>> Optional
displayName
displayName?: string
Optional
propTypes
propTypes?: WeakValidationMap<Omit<TextListItemProps, "ref"> & RefAttributes<HTMLLIElement>>
A component that is to be used inside a
TextList