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.

17 lines (16 loc) 1.73 kB
/// <reference types="react" /> 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<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 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; };