UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

12 lines (11 loc) 1.29 kB
export declare const LinearProgress: any; export declare const Label: import("@emotion/styled").StyledComponent<import("../../dataDisplay/Typography").TypographyProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>; type ContainerComponentProps = { global?: boolean; }; export declare const ComponentContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & ContainerComponentProps, {}, {}>; type LinearProgressContainerProps = { hasLabel?: boolean; }; export declare const LinearProgressContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & LinearProgressContainerProps, {}, {}>; export default LinearProgress;