UNPKG

@actinc/dls

Version:

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

17 lines 943 B
/** * 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. */ interface ContainerType { height?: number | string; maxHeight?: number | string; width?: number | string; } export declare const StyledContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & ContainerType, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; export declare const StyledResponsiveContainer: import("@emotion/styled").StyledComponent<import("recharts").ResponsiveContainerProps & import("react").RefAttributes<HTMLDivElement | { current: HTMLDivElement; }> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export {}; //# sourceMappingURL=styles.d.ts.map