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.

31 lines (30 loc) 2.75 kB
/// <reference types="react" /> /// <reference types="react-number-format" /> export declare const StyledSlider: any; export declare const StyledTextField: import("@emotion/styled").StyledComponent<Omit<import("@mui/material").TextFieldProps, "variant" | "onChange" | "InputProps"> & import("@mui/material").InputBaseComponentProps & Omit<import("react-number-format").NumberFormatProps, "onChange"> & { onChange?: (value?: unknown, event?: import("react").ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => void; language?: string; currency?: string; isStepper?: boolean; minValue?: number; maxValue?: number; decimalScale?: number; fixedDecimalScale?: boolean; thousandSeparator?: string | boolean; } & { onChange?: (value?: unknown, event?: import("react").ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => void; isNumeric?: boolean; InputProps?: Omit<Partial<import("@mui/material").FilledInputProps>, "endAdornment" | "startAdornment"> | Omit<Partial<import("@mui/material").OutlinedInputProps>, "endAdornment" | "startAdornment"> | Omit<Partial<import("@mui/material").InputProps>, "endAdornment" | "startAdornment">; startAdornment?: import("react").ReactNode; endAdornment?: import("react").ReactNode; debounceBy?: number; isClearable?: boolean; step?: number; variant?: import("../TextField").TextFieldVariant; } & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const FormControl: import("@emotion/styled").StyledComponent<import("@mui/material/FormControl").FormControlOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ref?: import("react").Ref<HTMLDivElement>; }, "error" | "className" | "style" | "classes" | "children" | "disabled" | "sx" | "color" | "margin" | "fullWidth" | "size" | "variant" | "required" | "focused" | "hiddenLabel"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const FormHelperText: import("@emotion/styled").StyledComponent<import("@mui/material/FormHelperText").FormHelperTextOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & { ref?: import("react").Ref<HTMLParagraphElement>; }, "error" | "className" | "style" | "classes" | "children" | "disabled" | "sx" | "margin" | "variant" | "required" | "filled" | "focused"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;