- TextList(props): ReactNode
Parameters
- props: Omit<TextListProps, "ref"> & RefAttributes<HTMLOListElement | HTMLUListElement>
Returns ReactNode
Properties
Readonly
$$typeof
$$typeof: symbol
Optional
defaultProps
defaultProps?: Partial<Omit<TextListProps, "ref"> & RefAttributes<HTMLOListElement | HTMLUListElement>> Optional
displayName
displayName?: string
Optional
propTypes
propTypes?: WeakValidationMap<Omit<TextListProps, "ref"> & RefAttributes<HTMLOListElement | HTMLUListElement>>
Deprecated
Use values for destructuring assignments instead.