UNPKG

@actinc/dls

Version:

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

46 lines 3.23 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 StyledContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; export declare const StyledTextField: import("@emotion/styled").StyledComponent<{ variant?: import("@mui/material/TextField").TextFieldVariants | undefined; } & Omit<import("@mui/material/TextField").StandardTextFieldProps | import("@mui/material/TextField").FilledTextFieldProps | import("@mui/material/TextField").OutlinedTextFieldProps, "variant"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>; export declare const StyledMenuItem: import("@emotion/styled").StyledComponent<{ autoFocus?: boolean | undefined; classes?: Partial<import("@mui/material/MenuItem").MenuItemClasses> | undefined; dense?: boolean | undefined; disabled?: boolean | undefined; disableGutters?: boolean | undefined; divider?: boolean | undefined; selected?: boolean | undefined; sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined; } & Omit<{ action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined; centerRipple?: boolean | undefined; children?: import("react").ReactNode; classes?: Partial<import("@mui/material").ButtonBaseClasses> | undefined; disabled?: boolean | undefined; disableRipple?: boolean | undefined; disableTouchRipple?: boolean | undefined; focusRipple?: boolean | undefined; focusVisibleClassName?: string | undefined; LinkComponent?: import("react").ElementType<any> | undefined; onFocusVisible?: import("react").FocusEventHandler<any> | undefined; sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined; tabIndex?: number | undefined; TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined; touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined; }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & { ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined; }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "autoFocus" | "tabIndex" | "action" | "disabled" | "selected" | "LinkComponent" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "dense" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & { component?: "li" | undefined; } & { isSelected: boolean; }, {}, {}>; //# sourceMappingURL=styles.d.ts.map