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.

13 lines (12 loc) 2.2 kB
/// <reference types="react" /> 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<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ref?: import("react").Ref<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: import("react").CSSProperties;