- TableEx(props): ReactNode
Parameters
- props: Omit<TableExProps, "ref"> & RefAttributes<HTMLTableElement>
Returns ReactNode
Properties
Readonly$$typeof
$$typeof: symbol
OptionaldefaultProps
defaultProps?: Partial<Omit<TableExProps, "ref"> & RefAttributes<HTMLTableElement>> OptionaldisplayName
displayName?: string
OptionalpropTypes
propTypes?: WeakValidationMap<Omit<TableExProps, "ref"> & RefAttributes<HTMLTableElement>>
Deprecated
Use values for destructuring assignments instead.