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.

10 lines (9 loc) 2.09 kB
export declare const StyledCard: import("@emotion/styled").StyledComponent<import("../../surfaces/Card").CardProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const StyledCardHeader: import("@emotion/styled").StyledComponent<import("../../surfaces/Card").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 CardTitle: import("@emotion/styled").StyledComponent<import("../../dataDisplay/Typography").TypographyProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const CardCategory: import("@emotion/styled").StyledComponent<import("../../dataDisplay/Typography").TypographyProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const CardActions: import("@emotion/styled").StyledComponent<import("@mui/material/CardActions").CardActionsProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const CardStatContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; export declare const StatAction: import("@emotion/styled").StyledComponent<import("@mui/material/CardActions").CardActionsProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const statIconStyle: React.CSSProperties;