interface PayloadRenderPluginCardComponents {
    actionArea: ForwardRefExoticComponent<Omit<PayloadRenderProps<{
        schema: string;
    } & PayloadFields> & CardActionAreaOwnProps & Omit<ButtonBaseOwnProps, "classes"> & CommonProps & Omit<Omit<DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
        ref?: null | ((instance: null | HTMLButtonElement) => void) | RefObject<HTMLButtonElement>;
    },
        | "className"
        | "style"
        | "classes"
        | "children"
        | "sx"
        | "tabIndex"
        | "action"
        | "centerRipple"
        | "disabled"
        | "disableRipple"
        | "disableTouchRipple"
        | "focusRipple"
        | "focusVisibleClassName"
        | "LinkComponent"
        | "onFocusVisible"
        | "TouchRippleProps"
        | "touchRippleRef"> & {
        component?: ElementType<any, (keyof IntrinsicElements)>;
    }, "ref">>;
    content: ForwardRefExoticComponent<Omit<PayloadRenderProps<{
        schema: string;
    } & PayloadFields> & CardContentOwnProps & CommonProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
        ref?: null | ((instance: null | HTMLDivElement) => void) | RefObject<HTMLDivElement>;
    },
        | "className"
        | "style"
        | "classes"
        | "children"
        | "sx"> & {
        component?: ElementType<any, (keyof IntrinsicElements)>;
    }, "ref">>;
    header: ForwardRefExoticComponent<Omit<PayloadRenderProps<{
        schema: string;
    } & PayloadFields> & CardHeaderOwnProps<"span", "span"> & CommonProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
        ref?: null | ((instance: null | HTMLDivElement) => void) | RefObject<HTMLDivElement>;
    },
        | "className"
        | "style"
        | "classes"
        | "sx"
        | "title"
        | "subheader"
        | "action"
        | "avatar"
        | "disableTypography"
        | "subheaderTypographyProps"
        | "titleTypographyProps">, "ref">>;
}

Properties

actionArea: ForwardRefExoticComponent<Omit<PayloadRenderProps<{
    schema: string;
} & PayloadFields> & CardActionAreaOwnProps & Omit<ButtonBaseOwnProps, "classes"> & CommonProps & Omit<Omit<DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
    ref?: null | ((instance: null | HTMLButtonElement) => void) | RefObject<HTMLButtonElement>;
},
    | "className"
    | "style"
    | "classes"
    | "children"
    | "sx"
    | "tabIndex"
    | "action"
    | "centerRipple"
    | "disabled"
    | "disableRipple"
    | "disableTouchRipple"
    | "focusRipple"
    | "focusVisibleClassName"
    | "LinkComponent"
    | "onFocusVisible"
    | "TouchRippleProps"
    | "touchRippleRef"> & {
    component?: ElementType<any, (keyof IntrinsicElements)>;
}, "ref">>
content: ForwardRefExoticComponent<Omit<PayloadRenderProps<{
    schema: string;
} & PayloadFields> & CardContentOwnProps & CommonProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
    ref?: null | ((instance: null | HTMLDivElement) => void) | RefObject<HTMLDivElement>;
},
    | "className"
    | "style"
    | "classes"
    | "children"
    | "sx"> & {
    component?: ElementType<any, (keyof IntrinsicElements)>;
}, "ref">>
header: ForwardRefExoticComponent<Omit<PayloadRenderProps<{
    schema: string;
} & PayloadFields> & CardHeaderOwnProps<"span", "span"> & CommonProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
    ref?: null | ((instance: null | HTMLDivElement) => void) | RefObject<HTMLDivElement>;
},
    | "className"
    | "style"
    | "classes"
    | "sx"
    | "title"
    | "subheader"
    | "action"
    | "avatar"
    | "disableTypography"
    | "subheaderTypographyProps"
    | "titleTypographyProps">, "ref">>