UNPKG

@actinc/dls

Version:

Design Language System (DLS) for ACT & Encoura front-end projects.

39 lines 4.48 kB
/** * Copyright (c) ACT, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @prettier */ /// <reference types="react" /> export declare const StyledAppBar: import("@emotion/styled").StyledComponent<{ classes?: Partial<import("@mui/material/AppBar").AppBarClasses> | undefined; color?: import("@mui/types").OverridableStringUnion<"transparent" | import("@mui/material").PropTypes.Color, import("@mui/material/AppBar").AppBarPropsColorOverrides> | undefined; enableColorOnDark?: boolean | undefined; position?: "fixed" | "absolute" | "relative" | "sticky" | "static" | undefined; sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined; } & 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; }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "elevation" | "square" | "sx" | "variant" | "color" | "position" | "enableColorOnDark"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & { component?: "header" | undefined; } & { $appBarHeight: number; }, {}, {}>; export declare const StyledGrid: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material").Theme> & { children?: import("react").ReactNode; classes?: Partial<import("@mui/material/Grid").GridClasses> | undefined; columns?: import("@mui/system").ResponsiveStyleValue<number> | undefined; columnSpacing?: import("@mui/system").ResponsiveStyleValue<import("@mui/material/Grid").GridSpacing> | undefined; container?: boolean | undefined; direction?: import("@mui/system").ResponsiveStyleValue<import("@mui/material/Grid").GridDirection> | undefined; item?: boolean | undefined; rowSpacing?: import("@mui/system").ResponsiveStyleValue<import("@mui/material/Grid").GridSpacing> | undefined; spacing?: import("@mui/system").ResponsiveStyleValue<import("@mui/material/Grid").GridSpacing> | undefined; sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined; wrap?: import("@mui/material/Grid").GridWrap | undefined; zeroMinWidth?: boolean | undefined; } & import("@mui/material/Grid").RegularBreakpoints & import("@mui/material/OverridableComponent").CommonProps & 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/material/OverridableComponent").CommonProps | "children" | "sx" | "direction" | "columns" | "container" | "spacing" | "wrap" | ("p" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "columnSpacing" | "item" | "rowSpacing" | "zeroMinWidth" | keyof import("@mui/material/Grid").RegularBreakpoints> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>; //# sourceMappingURL=styles.d.ts.map