Function PayloadCardHeader
- PayloadCardHeader(props): ReactNode
Parameters
- props: Omit<PayloadRenderProps<{
schema: string;
} & PayloadFields> & CardHeaderOwnProps<"span", "span"> & CommonProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
ref?: null | RefObject<HTMLDivElement> | ((instance: null | HTMLDivElement) => void);
},
| "className"
| "style"
| "classes"
| "sx"
| "title"
| "subheader"
| "action"
| "avatar"
| "disableTypography"
| "subheaderTypographyProps"
| "titleTypographyProps">, "ref"> & RefAttributes<HTMLElement>
Returns ReactNode
Properties
Readonly$$typeof
$$typeof: symbol
OptionaldefaultProps
defaultProps?: Partial<Omit<PayloadRenderProps<{ schema: string; } & PayloadFields> & CardHeaderOwnProps<"span", "span"> & CommonProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ref?: null | RefObject<HTMLDivElement> | ((instance: (...
) | (...
)) => void); }, | "className" | "style" | "classes" | "sx" | "title" | "subheader" | "action" | "avatar" | "disableTypography" | "subheaderTypographyProps" | "titleTypographyProps">, "ref"> & RefAttributes<HTMLElement>> OptionaldisplayName
displayName?: string
OptionalpropTypes
propTypes?: WeakValidationMap<Omit<PayloadRenderProps<{ schema: string; } & PayloadFields> & CardHeaderOwnProps<"span", "span"> & CommonProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ref?: null | RefObject<HTMLDivElement> | ((instance: (...
) | (...
)) => void); }, | "className" | "style" | "classes" | "sx" | "title" | "subheader" | "action" | "avatar" | "disableTypography" | "subheaderTypographyProps" | "titleTypographyProps">, "ref"> & RefAttributes<HTMLElement>>
Deprecated
Use values for destructuring assignments instead.