@wulperstudio/cms
Version:
Wulper Studio Library Components CMS
11 lines (10 loc) • 950 B
TypeScript
/// <reference types="react" />
interface HeaderPropsModel {
backgroundColor?: string;
positionTitle?: string;
}
export declare const Header: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & HeaderPropsModel, {}, {}>;
export declare const CustomTypography: import("@emotion/styled").StyledComponent<import("../../components/TextForLinesOutput/TextForLinesOutput.types").TextForLinesOutputModel & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
export {};