UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

14 lines (13 loc) 1.63 kB
export declare const StyledCard: import("@emotion/styled").StyledComponent<import("../Card/types").CardProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const StyledCardHeader: import("@emotion/styled").StyledComponent<import("../Card/types").CardHeaderProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const CardContent: import("@emotion/styled").StyledComponent<import("@mui/material/CardContent").CardContentOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "className" | "style" | "classes" | "children" | "sx"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const StyledCardActions: import("@emotion/styled").StyledComponent<import("../Card/types").CardActionsProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const CardTitle: import("@emotion/styled").StyledComponent<import("../../index").TypographyProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const CardDescription: import("@emotion/styled").StyledComponent<import("../../index").TypographyProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const iconStyle: { color: string; width: string; height: string; margin: string; padding: string; };