UNPKG

@wulperstudio/cms

Version:
9 lines (8 loc) 641 B
/// <reference types="react" /> interface HeaderPropsModel { backgroundColor?: string; borderRadius?: string; } export declare const Header: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & HeaderPropsModel, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>; export declare const Div: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; export {};