@rabex-kit/rabex-ui 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENCE +21 -0
- package/dist/Accordion/index.d.ts +18 -0
- package/dist/AccordionActions/index.d.ts +18 -0
- package/dist/AccordionDetails/index.d.ts +18 -0
- package/dist/AccordionSummary/index.d.ts +18 -0
- package/dist/Alert/index.d.ts +18 -0
- package/dist/AlertAction/index.d.ts +5 -0
- package/dist/AlertTimer/index.d.ts +9 -0
- package/dist/AlertTitle/index.d.ts +18 -0
- package/dist/Autocomplete/index.d.ts +18 -0
- package/dist/Avatar/index.d.ts +20 -0
- package/dist/Backdrop/index.d.ts +17 -0
- package/dist/Box/index.d.ts +20 -0
- package/dist/Breadcrumbs/index.d.ts +20 -0
- package/dist/Button/index.d.ts +10 -0
- package/dist/Checkbox/index.d.ts +21 -0
- package/dist/Chip/index.d.ts +25 -0
- package/dist/CircularProgress/index.d.ts +19 -0
- package/dist/ClickAwayListener/index.d.ts +5 -0
- package/dist/Collapse/index.d.ts +19 -0
- package/dist/Container/index.d.ts +19 -0
- package/dist/CurrencyPairsTitle/index.d.ts +25 -0
- package/dist/Description/index.d.ts +8 -0
- package/dist/Dialog/index.d.ts +20 -0
- package/dist/DialogActions/index.d.ts +19 -0
- package/dist/DialogContent/index.d.ts +20 -0
- package/dist/DialogTitle/index.d.ts +20 -0
- package/dist/Divider/index.d.ts +16 -0
- package/dist/Drawer/index.d.ts +16 -0
- package/dist/DynamicBackground/index.d.ts +17 -0
- package/dist/DynamicBackgroundContainer/index.d.ts +5 -0
- package/dist/Fade/index.d.ts +18 -0
- package/dist/FormControl/index.d.ts +20 -0
- package/dist/FormControlLabel/index.d.ts +22 -0
- package/dist/FormGroup/index.d.ts +20 -0
- package/dist/FormHelperText/index.d.ts +5 -0
- package/dist/FormLabel/index.d.ts +20 -0
- package/dist/Formik/Checkbox/index.d.ts +16 -0
- package/dist/Formik/FormControlLabel/index.d.ts +15 -0
- package/dist/Formik/Input/index.d.ts +16 -0
- package/dist/Formik/Radio/index.d.ts +16 -0
- package/dist/Formik/Select/index.d.ts +17 -0
- package/dist/Formik/TextField/index.d.ts +16 -0
- package/dist/Grid/index.d.ts +20 -0
- package/dist/Grow/index.d.ts +18 -0
- package/dist/IconButton/index.d.ts +24 -0
- package/dist/Input/index.d.ts +22 -0
- package/dist/InputAdornment/index.d.ts +7 -0
- package/dist/InputLabel/index.d.ts +5 -0
- package/dist/LinearProgress/index.d.ts +19 -0
- package/dist/Link/index.d.ts +20 -0
- package/dist/List/index.d.ts +19 -0
- package/dist/ListItem/index.d.ts +16 -0
- package/dist/ListItemAvatar/index.d.ts +18 -0
- package/dist/ListItemButton/index.d.ts +18 -0
- package/dist/ListItemIcon/index.d.ts +17 -0
- package/dist/ListItemSecondaryAction/index.d.ts +17 -0
- package/dist/ListItemText/index.d.ts +18 -0
- package/dist/ListSubHeader/index.d.ts +16 -0
- package/dist/LoadingButton/index.d.ts +24 -0
- package/dist/Menu/index.d.ts +16 -0
- package/dist/MenuItem/index.d.ts +16 -0
- package/dist/MenuList/index.d.ts +16 -0
- package/dist/MobileStepper/index.d.ts +22 -0
- package/dist/Modal/index.d.ts +17 -0
- package/dist/ModalContent/index.d.ts +13 -0
- package/dist/NoSsr/index.d.ts +20 -0
- package/dist/Pagination/index.d.ts +18 -0
- package/dist/PaginationItem/index.d.ts +5 -0
- package/dist/Paper/index.d.ts +22 -0
- package/dist/Popover/index.d.ts +16 -0
- package/dist/Popper/index.d.ts +16 -0
- package/dist/RTable/index.d.ts +8 -0
- package/dist/RTableHead/index.d.ts +16 -0
- package/dist/RTableRow/index.d.ts +16 -0
- package/dist/Radio/index.d.ts +21 -0
- package/dist/RadioGroup/index.d.ts +20 -0
- package/dist/SeeMore/index.d.ts +14 -0
- package/dist/Select/index.d.ts +5 -0
- package/dist/SelectItem/index.d.ts +17 -0
- package/dist/Skeleton/index.d.ts +20 -0
- package/dist/Slide/index.d.ts +17 -0
- package/dist/Slider/index.d.ts +17 -0
- package/dist/SliderContent/index.d.ts +14 -0
- package/dist/Snackbar/index.d.ts +18 -0
- package/dist/SnackbarContent/index.d.ts +18 -0
- package/dist/Stack/index.d.ts +20 -0
- package/dist/Step/index.d.ts +18 -0
- package/dist/StepButton/index.d.ts +19 -0
- package/dist/StepConnector/index.d.ts +18 -0
- package/dist/StepContent/index.d.ts +20 -0
- package/dist/StepIcon/index.d.ts +5 -0
- package/dist/StepLabel/index.d.ts +17 -0
- package/dist/Stepper/index.d.ts +21 -0
- package/dist/SvgIcon/index.d.ts +20 -0
- package/dist/SwipeableDrawer/index.d.ts +16 -0
- package/dist/Tab/index.d.ts +7 -0
- package/dist/TabContext/index.d.ts +5 -0
- package/dist/TabList/index.d.ts +5 -0
- package/dist/TabPanel/index.d.ts +5 -0
- package/dist/Table/index.d.ts +16 -0
- package/dist/TableBody/index.d.ts +16 -0
- package/dist/TableCell/index.d.ts +15 -0
- package/dist/TableContainer/index.d.ts +16 -0
- package/dist/TableFooter/index.d.ts +16 -0
- package/dist/TableHead/index.d.ts +16 -0
- package/dist/TablePagination/index.d.ts +17 -0
- package/dist/TableRow/index.d.ts +16 -0
- package/dist/TableSortLabel/index.d.ts +16 -0
- package/dist/Tabs/index.d.ts +30 -0
- package/dist/TextField/index.d.ts +20 -0
- package/dist/Theme/Accordion/index.d.ts +22 -0
- package/dist/Theme/Alert/index.d.ts +18 -0
- package/dist/Theme/AlertTitle/index.d.ts +15 -0
- package/dist/Theme/Avatar/index.d.ts +10 -0
- package/dist/Theme/Backdrop/index.d.ts +6 -0
- package/dist/Theme/Breadcrumbs/index.d.ts +11 -0
- package/dist/Theme/Button/index.d.ts +41 -0
- package/dist/Theme/Checkbox/index.d.ts +24 -0
- package/dist/Theme/Chip/index.d.ts +101 -0
- package/dist/Theme/Container/index.d.ts +12 -0
- package/dist/Theme/Divider/index.d.ts +14 -0
- package/dist/Theme/FormControlLabel/index.d.ts +21 -0
- package/dist/Theme/Grid/index.d.ts +6 -0
- package/dist/Theme/IconButton/index.d.ts +30 -0
- package/dist/Theme/Input/index.d.ts +25 -0
- package/dist/Theme/InputAdornment/index.d.ts +17 -0
- package/dist/Theme/List/index.d.ts +16 -0
- package/dist/Theme/ListItemAvatar/index.d.ts +10 -0
- package/dist/Theme/LoadingButton/index.d.ts +21 -0
- package/dist/Theme/MenuItem/index.d.ts +22 -0
- package/dist/Theme/Modal/index.d.ts +16 -0
- package/dist/Theme/Pagination/index.d.ts +6 -0
- package/dist/Theme/PaginationItem/index.d.ts +23 -0
- package/dist/Theme/Palette/base.d.ts +116 -0
- package/dist/Theme/Palette/dark.d.ts +88 -0
- package/dist/Theme/Palette/light.d.ts +169 -0
- package/dist/Theme/Paper/index.d.ts +23 -0
- package/dist/Theme/Radio/index.d.ts +18 -0
- package/dist/Theme/Select/index.d.ts +45 -0
- package/dist/Theme/Shadows/index.d.ts +3 -0
- package/dist/Theme/Slider/index.d.ts +23 -0
- package/dist/Theme/Tab/index.d.ts +41 -0
- package/dist/Theme/TabPanel/index.d.ts +13 -0
- package/dist/Theme/TableCell/index.d.ts +14 -0
- package/dist/Theme/TableContainer/index.d.ts +6 -0
- package/dist/Theme/TableHead/index.d.ts +13 -0
- package/dist/Theme/Tabs/index.d.ts +491 -0
- package/dist/Theme/TextField/index.d.ts +18 -0
- package/dist/Theme/ToggleButton/index.d.ts +13 -0
- package/dist/Theme/ToggleButtonGroup/index.d.ts +23 -0
- package/dist/Theme/Tooltip/index.d.ts +18 -0
- package/dist/Theme/Typography/index.d.ts +221 -0
- package/dist/Theme/getDesignTokens.d.ts +8 -0
- package/dist/Theme/index.d.ts +6 -0
- package/dist/ToggleButton/index.d.ts +20 -0
- package/dist/ToggleButtonGroup/index.d.ts +20 -0
- package/dist/Tooltip/index.d.ts +9 -0
- package/dist/Typography/index.d.ts +24 -0
- package/dist/UploadButton/index.d.ts +21 -0
- package/dist/Zoom/index.d.ts +18 -0
- package/dist/hooks/index.d.ts +8 -0
- package/dist/hooks/useCopyToClipboard.d.ts +11 -0
- package/dist/hooks/useOnScreen.d.ts +9 -0
- package/dist/hooks/useResponsive.d.ts +9 -0
- package/dist/hooks/useTime.d.ts +21 -0
- package/dist/hooks/useWindowSize.d.ts +4 -0
- package/dist/index.d.ts +119 -0
- package/dist/index.js +8 -0
- package/dist/rabex-ui.cjs.development.js +5409 -0
- package/dist/rabex-ui.cjs.development.js.map +1 -0
- package/dist/rabex-ui.cjs.production.min.js +2 -0
- package/dist/rabex-ui.cjs.production.min.js.map +1 -0
- package/dist/rabex-ui.esm.js +5279 -0
- package/dist/rabex-ui.esm.js.map +1 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/numberUtils.d.ts +29 -0
- package/dist/utils/searchUtils.d.ts +2 -0
- package/package.json +119 -0
@@ -0,0 +1,30 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { TabsProps as MuiTabsProps } from '@mui/material';
|
3
|
+
export declare type TabsProps = Omit<MuiTabsProps, 'indicatorColor' | 'textColor'> & {
|
4
|
+
hasBorder?: boolean;
|
5
|
+
isSeprate?: boolean;
|
6
|
+
size?: 'sm' | 'md' | 'lg';
|
7
|
+
};
|
8
|
+
/**
|
9
|
+
* Tabs make it easy to explore and switch between different views.
|
10
|
+
*
|
11
|
+
* This is a custom wrapper component made of Material-UI Tabs.
|
12
|
+
*
|
13
|
+
* You can read Material-UI Tabs Documentation [here](https://mui.com/material-ui/api/tabs/).
|
14
|
+
*
|
15
|
+
* ```typescript
|
16
|
+
* import { Tabs } from '@rabex-kit/core';
|
17
|
+
* ```
|
18
|
+
*
|
19
|
+
* Also you can read Material-UI Tab Documentation [here](https://mui.com/material-ui/api/tab/).
|
20
|
+
*
|
21
|
+
* ```typescript
|
22
|
+
* import { Tab } from '@rabex-kit/core';
|
23
|
+
* ```
|
24
|
+
*
|
25
|
+
*
|
26
|
+
* @param props
|
27
|
+
* @returns
|
28
|
+
*/
|
29
|
+
declare const Tabs: React.FC<TabsProps>;
|
30
|
+
export default Tabs;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import React, { ReactNode } from 'react';
|
2
|
+
import { TextFieldProps as MuiTextFieldProps } from '@mui/material';
|
3
|
+
import { TypographyProps } from '../Typography';
|
4
|
+
export declare type TextFieldProps = MuiTextFieldProps & {
|
5
|
+
success?: boolean;
|
6
|
+
size?: 'medium' | 'small';
|
7
|
+
helperText?: string | ReactNode;
|
8
|
+
titleProps?: TypographyProps;
|
9
|
+
helperTextIcon?: ReactNode;
|
10
|
+
helperTextProps?: TypographyProps;
|
11
|
+
helperTextEndAdornment?: string | ReactNode;
|
12
|
+
helperTextEndAdornmentProps?: TypographyProps;
|
13
|
+
valueFormat?: 'numbers' | 'separatedNumbers';
|
14
|
+
valueFormatOption?: {
|
15
|
+
separator?: string;
|
16
|
+
separateBy?: number;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
declare const TextField: React.FC<TextFieldProps>;
|
20
|
+
export default TextField;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
components: {
|
3
|
+
styleOverrides: {
|
4
|
+
root: {
|
5
|
+
borderRadius: number;
|
6
|
+
padding: number;
|
7
|
+
'&::before': {
|
8
|
+
display: string;
|
9
|
+
};
|
10
|
+
'&:first-of-type': {
|
11
|
+
borderTopRightRadius: number;
|
12
|
+
borderTopLeftRadius: number;
|
13
|
+
};
|
14
|
+
'&:last-of-type': {
|
15
|
+
borderBottomRightRadius: number;
|
16
|
+
borderBottomLeftRadius: number;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
};
|
20
|
+
};
|
21
|
+
};
|
22
|
+
export default _default;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { Theme } from '@mui/material';
|
2
|
+
declare const _default: {
|
3
|
+
components: {
|
4
|
+
defaultProps?: Partial<import("@mui/material").AlertProps> | undefined;
|
5
|
+
styleOverrides?: Partial<Record<"root" | "filled" | "outlined" | "standard" | "standardSuccess" | "standardInfo" | "standardWarning" | "standardError" | "outlinedSuccess" | "outlinedInfo" | "outlinedWarning" | "outlinedError" | "filledSuccess" | "filledInfo" | "filledWarning" | "filledError" | "icon" | "message" | "action", string | number | boolean | import("@mui/styled-engine").CSSObject | import("@mui/styled-engine").ComponentSelector | import("@mui/styled-engine").Keyframes | import("@mui/styled-engine").SerializedStyles | import("@mui/styled-engine").ArrayCSSInterpolation | ((props: {
|
6
|
+
ownerState: import("@mui/material").AlertProps & Record<string, unknown>;
|
7
|
+
} & {
|
8
|
+
theme: Pick<Theme, "unstable_sx" | "unstable_sxConfig" | "mixins" | "palette" | "shadows" | "transitions" | "typography" | "zIndex" | "unstable_strictMode" | "shape" | "breakpoints" | "direction" | "spacing">;
|
9
|
+
} & Record<string, unknown>) => import("@mui/styled-engine").CSSInterpolation) | null | undefined>> | undefined;
|
10
|
+
variants?: {
|
11
|
+
props: Partial<import("@mui/material").AlertProps>;
|
12
|
+
style: import("@mui/styled-engine").Interpolation<{
|
13
|
+
theme: Theme;
|
14
|
+
}>;
|
15
|
+
}[] | undefined;
|
16
|
+
};
|
17
|
+
};
|
18
|
+
export default _default;
|
@@ -0,0 +1,41 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { Theme } from '@mui/material';
|
3
|
+
declare module '@mui/material/Button' {
|
4
|
+
interface ButtonPropsColorOverrides {
|
5
|
+
inherit: false;
|
6
|
+
primary: true;
|
7
|
+
secondary: true;
|
8
|
+
success: true;
|
9
|
+
error: true;
|
10
|
+
info: true;
|
11
|
+
warning: true;
|
12
|
+
}
|
13
|
+
interface ButtonPropsSizeOverrides {
|
14
|
+
xs: true;
|
15
|
+
sm: true;
|
16
|
+
md: true;
|
17
|
+
lg: true;
|
18
|
+
xl: true;
|
19
|
+
}
|
20
|
+
}
|
21
|
+
declare const _default: {
|
22
|
+
components: {
|
23
|
+
defaultProps?: Partial<import("@mui/material").ButtonProps<"button", {}>> | undefined;
|
24
|
+
styleOverrides?: Partial<Record<"root" | "text" | "textInherit" | "textPrimary" | "textSecondary" | "textSuccess" | "textError" | "textInfo" | "textWarning" | "outlined" | "outlinedInherit" | "outlinedPrimary" | "outlinedSecondary" | "outlinedSuccess" | "outlinedError" | "outlinedInfo" | "outlinedWarning" | "contained" | "containedInherit" | "containedPrimary" | "containedSecondary" | "containedSuccess" | "containedInfo" | "containedError" | "containedWarning" | "disableElevation" | "focusVisible" | "disabled" | "colorInherit" | "textSizeSmall" | "textSizeMedium" | "textSizeLarge" | "outlinedSizeSmall" | "outlinedSizeMedium" | "outlinedSizeLarge" | "containedSizeSmall" | "containedSizeMedium" | "containedSizeLarge" | "sizeSmall" | "sizeMedium" | "sizeLarge" | "fullWidth" | "startIcon" | "endIcon" | "iconSizeSmall" | "iconSizeMedium" | "iconSizeLarge", string | number | boolean | import("@mui/styled-engine").CSSObject | import("@mui/styled-engine").ComponentSelector | import("@mui/styled-engine").Keyframes | import("@mui/styled-engine").SerializedStyles | import("@mui/styled-engine").ArrayCSSInterpolation | ((props: {
|
25
|
+
ownerState: import("@mui/material").ButtonOwnProps & Pick<import("@mui/material").ButtonBaseOwnProps, "disabled" | "action" | "centerRipple" | "children" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & import("@mui/material/OverridableComponent").CommonProps & Pick<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "color" | "translate" | "form" | "slot" | "style" | "title" | "className" | "children" | "tabIndex" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
|
26
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
27
|
+
}, "translate" | "ref" | "form" | "slot" | "title" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
|
28
|
+
component?: "symbol" | "object" | "text" | "clipPath" | "filter" | "mask" | "marker" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
|
29
|
+
} & Record<string, unknown>;
|
30
|
+
} & {
|
31
|
+
theme: Pick<Theme, "unstable_sx" | "unstable_sxConfig" | "mixins" | "palette" | "shadows" | "transitions" | "typography" | "zIndex" | "unstable_strictMode" | "shape" | "breakpoints" | "direction" | "spacing">;
|
32
|
+
} & Record<string, unknown>) => import("@mui/styled-engine").CSSInterpolation) | null | undefined>> | undefined;
|
33
|
+
variants?: {
|
34
|
+
props: Partial<import("@mui/material").ButtonProps<"button", {}>>;
|
35
|
+
style: import("@mui/styled-engine").Interpolation<{
|
36
|
+
theme: Theme;
|
37
|
+
}>;
|
38
|
+
}[] | undefined;
|
39
|
+
};
|
40
|
+
};
|
41
|
+
export default _default;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
components: {
|
3
|
+
styleOverrides: {
|
4
|
+
root: ({ ownerState, theme }: {
|
5
|
+
ownerState: any;
|
6
|
+
theme: any;
|
7
|
+
}) => {
|
8
|
+
'&.Mui-checked': {
|
9
|
+
color?: any;
|
10
|
+
};
|
11
|
+
'&.Mui-disabled': {
|
12
|
+
color: any;
|
13
|
+
};
|
14
|
+
'&.error': {
|
15
|
+
color: any;
|
16
|
+
};
|
17
|
+
'&.error + .MuiFormControlLabel-label': {
|
18
|
+
color: any;
|
19
|
+
};
|
20
|
+
};
|
21
|
+
};
|
22
|
+
};
|
23
|
+
};
|
24
|
+
export default _default;
|
@@ -0,0 +1,101 @@
|
|
1
|
+
import { ChipProps } from '../../Chip';
|
2
|
+
declare module '@mui/material/Chip' {
|
3
|
+
interface ChipPropsColorOverrides {
|
4
|
+
default: true;
|
5
|
+
primary: true;
|
6
|
+
secondary: true;
|
7
|
+
success: true;
|
8
|
+
error: true;
|
9
|
+
info: true;
|
10
|
+
warning: true;
|
11
|
+
}
|
12
|
+
interface ChipPropsVariantOverrides {
|
13
|
+
filled: true;
|
14
|
+
outlined: true;
|
15
|
+
default: true;
|
16
|
+
}
|
17
|
+
interface ChipPropsSizeOverrides {
|
18
|
+
small: true;
|
19
|
+
medium: true;
|
20
|
+
large: true;
|
21
|
+
}
|
22
|
+
}
|
23
|
+
declare const _default: {
|
24
|
+
components: {
|
25
|
+
styleOverrides: {
|
26
|
+
root: ({ theme }: {
|
27
|
+
theme: any;
|
28
|
+
}) => {
|
29
|
+
display: string;
|
30
|
+
gap: any;
|
31
|
+
borderRadius: number;
|
32
|
+
fontWeight: number;
|
33
|
+
fontSize: number;
|
34
|
+
};
|
35
|
+
label: ({ theme }: {
|
36
|
+
theme: any;
|
37
|
+
}) => {
|
38
|
+
overflow: string;
|
39
|
+
position: "relative";
|
40
|
+
padding: any;
|
41
|
+
};
|
42
|
+
};
|
43
|
+
variants: ({
|
44
|
+
props: ChipProps;
|
45
|
+
style: ({ theme, ...ownerState }: any) => {
|
46
|
+
color: any;
|
47
|
+
backgroundColor: any;
|
48
|
+
};
|
49
|
+
} | {
|
50
|
+
props: ChipProps;
|
51
|
+
style: ({ theme, ...ownerState }: any) => {
|
52
|
+
color: any;
|
53
|
+
border: string;
|
54
|
+
};
|
55
|
+
} | {
|
56
|
+
props: ChipProps;
|
57
|
+
style: ({ theme }: {
|
58
|
+
theme: any;
|
59
|
+
}) => {
|
60
|
+
height: number;
|
61
|
+
padding: any;
|
62
|
+
fontSize: number;
|
63
|
+
};
|
64
|
+
} | {
|
65
|
+
props: ChipProps;
|
66
|
+
style: {
|
67
|
+
'& > .MuiChip-label\t': {
|
68
|
+
'&::before': {
|
69
|
+
display: string;
|
70
|
+
};
|
71
|
+
};
|
72
|
+
};
|
73
|
+
} | {
|
74
|
+
props: ChipProps;
|
75
|
+
style: ({ theme, ...ownerState }: any) => {
|
76
|
+
'& > .MuiChip-label\t': {
|
77
|
+
'&::before': {
|
78
|
+
backgroundColor: any;
|
79
|
+
};
|
80
|
+
};
|
81
|
+
};
|
82
|
+
} | {
|
83
|
+
props: ChipProps;
|
84
|
+
style: ({ theme, ownerState, ...rest }: any) => {
|
85
|
+
'& .MuiChip-icon': {
|
86
|
+
margin: number;
|
87
|
+
};
|
88
|
+
};
|
89
|
+
} | {
|
90
|
+
props: ChipProps;
|
91
|
+
style: ({ theme, ownerState }: any) => {
|
92
|
+
'&:hover': {
|
93
|
+
backgroundColor: string;
|
94
|
+
};
|
95
|
+
} | {
|
96
|
+
'&:hover'?: undefined;
|
97
|
+
};
|
98
|
+
})[];
|
99
|
+
};
|
100
|
+
};
|
101
|
+
export default _default;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { Theme } from '@mui/material';
|
2
|
+
declare const _default: {
|
3
|
+
components: {
|
4
|
+
styleOverrides: {
|
5
|
+
root: ({ theme }: {
|
6
|
+
theme: Theme;
|
7
|
+
}) => {
|
8
|
+
borderStyle: string;
|
9
|
+
borderColor: string | undefined;
|
10
|
+
};
|
11
|
+
};
|
12
|
+
};
|
13
|
+
};
|
14
|
+
export default _default;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
components: {
|
3
|
+
styleOverrides: {
|
4
|
+
root: ({ ownerState, theme }: {
|
5
|
+
ownerState: any;
|
6
|
+
theme: any;
|
7
|
+
}) => {
|
8
|
+
'&.error > .MuiCheckbox-root': {
|
9
|
+
color: any;
|
10
|
+
};
|
11
|
+
'&.error > .MuiRadio-root': {
|
12
|
+
color: any;
|
13
|
+
};
|
14
|
+
'&.error > .MuiFormControlLabel-label': {
|
15
|
+
color: any;
|
16
|
+
};
|
17
|
+
};
|
18
|
+
};
|
19
|
+
};
|
20
|
+
};
|
21
|
+
export default _default;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
declare const _default: {
|
3
|
+
components: {
|
4
|
+
styleOverrides: {
|
5
|
+
root: ({ ownerState, theme }: {
|
6
|
+
ownerState: any;
|
7
|
+
theme: any;
|
8
|
+
}) => {
|
9
|
+
backgroundColor: any;
|
10
|
+
borderRadius?: string | number;
|
11
|
+
};
|
12
|
+
};
|
13
|
+
variants: {
|
14
|
+
props: import("@mui/material").IconButtonOwnProps & Pick<import("@mui/material").ButtonBaseOwnProps, "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & import("@mui/material/OverridableComponent").CommonProps & Pick<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "form" | "slot" | "style" | "title" | "className" | "children" | "disabled" | "tabIndex" | "color" | "translate" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
|
15
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
16
|
+
}, "ref" | "form" | "slot" | "title" | "translate" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
|
17
|
+
component?: "symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
|
18
|
+
} & {
|
19
|
+
variant?: "circular" | "rounded" | "square" | undefined;
|
20
|
+
hasBg?: boolean | undefined;
|
21
|
+
};
|
22
|
+
style: ({ theme, ownerState }: any) => {
|
23
|
+
'&:hover': {
|
24
|
+
backgroundColor: any;
|
25
|
+
};
|
26
|
+
};
|
27
|
+
}[];
|
28
|
+
};
|
29
|
+
};
|
30
|
+
export default _default;
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { Theme } from '@mui/material';
|
2
|
+
declare module '@mui/material/InputBase' {
|
3
|
+
interface InputBasePropsSizeOverrides {
|
4
|
+
medium: true;
|
5
|
+
small: true;
|
6
|
+
large: true;
|
7
|
+
}
|
8
|
+
}
|
9
|
+
declare const _default: {
|
10
|
+
components: {
|
11
|
+
defaultProps?: Partial<import("@mui/material").InputProps> | undefined;
|
12
|
+
styleOverrides?: Partial<Record<"root" | "formControl" | "focused" | "disabled" | "colorSecondary" | "underline" | "error" | "sizeSmall" | "multiline" | "fullWidth" | "input" | "inputSizeSmall" | "inputMultiline" | "inputAdornedStart" | "inputAdornedEnd" | "inputTypeSearch", string | number | boolean | import("@mui/styled-engine").CSSObject | import("@mui/styled-engine").ComponentSelector | import("@mui/styled-engine").Keyframes | import("@mui/styled-engine").SerializedStyles | import("@mui/styled-engine").ArrayCSSInterpolation | ((props: {
|
13
|
+
ownerState: import("@mui/material").InputProps & Record<string, unknown>;
|
14
|
+
} & {
|
15
|
+
theme: Pick<Theme, "unstable_sx" | "unstable_sxConfig" | "mixins" | "palette" | "shadows" | "transitions" | "typography" | "zIndex" | "unstable_strictMode" | "shape" | "breakpoints" | "direction" | "spacing">;
|
16
|
+
} & Record<string, unknown>) => import("@mui/styled-engine").CSSInterpolation) | null | undefined>> | undefined;
|
17
|
+
variants?: {
|
18
|
+
props: Partial<import("@mui/material").InputProps>;
|
19
|
+
style: import("@mui/styled-engine").Interpolation<{
|
20
|
+
theme: Theme;
|
21
|
+
}>;
|
22
|
+
}[] | undefined;
|
23
|
+
};
|
24
|
+
};
|
25
|
+
export default _default;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
components: {
|
3
|
+
styleOverrides: {
|
4
|
+
root: ({ ownerState, theme }: {
|
5
|
+
ownerState: any;
|
6
|
+
theme: any;
|
7
|
+
}) => {
|
8
|
+
height: number;
|
9
|
+
paddingLeft: any;
|
10
|
+
borderLeft: string;
|
11
|
+
paddingRight: any;
|
12
|
+
borderRight: string;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
};
|
16
|
+
};
|
17
|
+
export default _default;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { Theme } from '@mui/material';
|
2
|
+
declare const _default: {
|
3
|
+
components: {
|
4
|
+
styleOverrides: {
|
5
|
+
root: ({ theme }: {
|
6
|
+
theme: Theme;
|
7
|
+
}) => {
|
8
|
+
'&.dropdown': {
|
9
|
+
backgroundColor: string;
|
10
|
+
borderRadius: number;
|
11
|
+
};
|
12
|
+
};
|
13
|
+
};
|
14
|
+
};
|
15
|
+
};
|
16
|
+
export default _default;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { Theme } from '@mui/material';
|
3
|
+
declare const _default: {
|
4
|
+
components: {
|
5
|
+
defaultProps?: Partial<import("@mui/material/OverridableComponent").OverrideProps<import("@mui/lab").LoadingButtonTypeMap<{}, "button">, "button">> | undefined;
|
6
|
+
styleOverrides?: Partial<Record<"root" | "loading" | "loadingIndicator" | "loadingIndicatorCenter" | "loadingIndicatorStart" | "loadingIndicatorEnd" | "endIconLoadingEnd" | "startIconLoadingStart", string | number | boolean | import("@mui/styled-engine").CSSObject | import("@mui/styled-engine").ComponentSelector | import("@mui/styled-engine").Keyframes | import("@mui/styled-engine").SerializedStyles | import("@mui/styled-engine").ArrayCSSInterpolation | ((props: {
|
7
|
+
ownerState: import("@mui/lab").LoadingButtonOwnProps & import("@mui/material").ButtonOwnProps & Pick<import("@mui/material").ButtonBaseOwnProps, "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & import("@mui/material/OverridableComponent").CommonProps & Pick<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "color" | "translate" | "form" | "slot" | "style" | "title" | "className" | "children" | "disabled" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value"> & {
|
8
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
9
|
+
}, "translate" | "ref" | "form" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value"> & Record<string, unknown>;
|
10
|
+
} & {
|
11
|
+
theme: Pick<Theme, "unstable_sx" | "unstable_sxConfig" | "mixins" | "palette" | "shadows" | "transitions" | "typography" | "zIndex" | "unstable_strictMode" | "shape" | "breakpoints" | "direction" | "spacing">;
|
12
|
+
} & Record<string, unknown>) => import("@mui/styled-engine").CSSInterpolation) | null | undefined>> | undefined;
|
13
|
+
variants?: {
|
14
|
+
props: Partial<import("@mui/material/OverridableComponent").OverrideProps<import("@mui/lab").LoadingButtonTypeMap<{}, "button">, "button">>;
|
15
|
+
style: import("@mui/styled-engine").Interpolation<{
|
16
|
+
theme: Theme;
|
17
|
+
}>;
|
18
|
+
}[] | undefined;
|
19
|
+
};
|
20
|
+
};
|
21
|
+
export default _default;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { Theme } from '@mui/material';
|
2
|
+
declare const _default: {
|
3
|
+
components: {
|
4
|
+
styleOverrides: {
|
5
|
+
root: ({ theme }: {
|
6
|
+
theme: Theme;
|
7
|
+
}) => {
|
8
|
+
width: string;
|
9
|
+
margin: string;
|
10
|
+
borderRadius: string;
|
11
|
+
backgroundColor: string;
|
12
|
+
'&.Mui-selected': {
|
13
|
+
backgroundColor: string;
|
14
|
+
};
|
15
|
+
'&.Mui-selected:hover': {
|
16
|
+
backgroundColor: string;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
};
|
20
|
+
};
|
21
|
+
};
|
22
|
+
export default _default;
|