UNPKG

@wulperstudio/cms

Version:
14 lines (13 loc) 991 B
/// <reference types="react" /> export type ISizeVariant = 'small' | 'medium' | 'large'; interface HeaderStyledModel { sticky?: boolean; scrolled?: boolean; backgroundColor?: string; isBorder?: boolean; minHeight?: ISizeVariant; } export declare const CustomHeader: import("@emotion/styled").StyledComponent<import("@mui/material").AppBarOwnProps & Omit<import("@mui/material").PaperOwnProps, "classes" | "color" | "position"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & { ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined; }, "variant" | "classes" | "className" | "style" | "children" | "color" | "sx" | "position" | "elevation" | "square" | "enableColorOnDark"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & HeaderStyledModel, {}, {}>; export {};