UNPKG

mui-simple

Version:

Override mui components to simplify usage

24 lines 1.8 kB
import type { ComponentType, ReactNode } from 'react'; import { CardActions as MuiCardActions, Collapse as MuiCollapse } from '@mui/material'; import type { ButtonProps } from '@mui/material'; export declare const Card: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").CardTypeMap<{}, "div">>; export declare const CardActionArea: import("@mui/material").ExtendButtonBase<import("@mui/material").CardActionAreaTypeMap<{}, "button">>; export declare const CardActions: typeof MuiCardActions; export declare const CardContent: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").CardContentTypeMap<{}, "div">>; export declare const CardHeader: import("@mui/material").OverridableCardHeader; export declare const CardMedia: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").CardMediaTypeMap<{}, "div">>; export declare const Collapse: typeof MuiCollapse; export declare const Box: import("@mui/types").OverridableComponent<import("@mui/system").BoxTypeMap<{}, "div", import("@mui/material").Theme>>; export declare const Paper: import("react").FC<import("../../decs").PaperProps>; export declare const Typography: import("react").FC<import("react").PropsWithChildren<import("../../decs").TextEllipsisProps>>; export declare const Button: import("react").FC<import("react").PropsWithChildren<import("../../decs").ButtonProps>>; export declare const CardMediaWrapper: any; export declare const ContentWrapper: any; interface ExpandMoreStyledProps { icon: ReactNode; expand: boolean; } type ExpandMoreStyledPropsType = ButtonProps & ExpandMoreStyledProps; export declare const ExpandMore: ComponentType<ExpandMoreStyledPropsType>; export {}; //# sourceMappingURL=Card.styled.d.ts.map