UNPKG

@actinc/dls

Version:

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

75 lines 8.45 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" /> import { Theme } from '@mui/material/styles'; import { TableCellProps } from '@mui/material/TableCell'; import { ICustomDims } from "../../../types"; interface IColorProp { $colorProp?: string; } export declare const StyledChevronUp: import("@emotion/styled").StyledComponent<{ children?: import("react").ReactNode; classes?: Partial<import("@mui/material/SvgIcon").SvgIconClasses> | undefined; color?: import("@mui/types").OverridableStringUnion<"action" | "success" | "info" | "warning" | "error" | "inherit" | "disabled" | "primary" | "secondary", import("@mui/material/SvgIcon").SvgIconPropsColorOverrides> | undefined; fontSize?: import("@mui/types").OverridableStringUnion<"small" | "inherit" | "medium" | "large", import("@mui/material/SvgIcon").SvgIconPropsSizeOverrides> | undefined; htmlColor?: string | undefined; inheritViewBox?: boolean | undefined; shapeRendering?: string | undefined; sx?: import("@mui/material/styles").SxProps<Theme> | undefined; titleAccess?: string | undefined; viewBox?: string | undefined; } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & { ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined; }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "color" | "fontSize" | "shapeRendering" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & import("@mui/system").MUIStyledCommonProps<Theme & ICustomDims> & { component?: "svg" | undefined; } & IColorProp, {}, {}>; export declare const StyledChevronDown: import("@emotion/styled").StyledComponent<{ children?: import("react").ReactNode; classes?: Partial<import("@mui/material/SvgIcon").SvgIconClasses> | undefined; color?: import("@mui/types").OverridableStringUnion<"action" | "success" | "info" | "warning" | "error" | "inherit" | "disabled" | "primary" | "secondary", import("@mui/material/SvgIcon").SvgIconPropsColorOverrides> | undefined; fontSize?: import("@mui/types").OverridableStringUnion<"small" | "inherit" | "medium" | "large", import("@mui/material/SvgIcon").SvgIconPropsSizeOverrides> | undefined; htmlColor?: string | undefined; inheritViewBox?: boolean | undefined; shapeRendering?: string | undefined; sx?: import("@mui/material/styles").SxProps<Theme> | undefined; titleAccess?: string | undefined; viewBox?: string | undefined; } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & { ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined; }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "color" | "fontSize" | "shapeRendering" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & import("@mui/system").MUIStyledCommonProps<Theme & ICustomDims> & { component?: "svg" | undefined; } & IColorProp, {}, {}>; export declare const StyledGrid: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<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/material/styles").SxProps<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<Theme & ICustomDims>, {}, {}>; export declare const StyledTableCell: import("@emotion/styled").StyledComponent<TableCellProps & import("@mui/system").MUIStyledCommonProps<Theme & ICustomDims> & { $sortBy?: string | undefined; $sortIsApplied?: boolean | undefined; color?: string | undefined; }, {}, {}>; export declare const StyledTypography: import("@emotion/styled").StyledComponent<import("@mui/material/Typography").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & { ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined; }, "classes" | "className" | "style" | "children" | "sx" | "variant" | "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" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<Theme & ICustomDims> & { component?: "span" | undefined; } & IColorProp, {}, {}>; export {}; //# sourceMappingURL=styles.d.ts.map