@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,16 @@
|
|
1
|
+
import { Theme } from '@mui/material';
|
2
|
+
declare const _default: {
|
3
|
+
components: {
|
4
|
+
styleOverrides: {
|
5
|
+
root: ({ theme }: {
|
6
|
+
theme: Theme;
|
7
|
+
}) => {
|
8
|
+
'&:not(.MuiMenu-root, .MuiPopover-root) .MuiBackdrop-root': {
|
9
|
+
backdropFilter: string;
|
10
|
+
backgroundColor: string;
|
11
|
+
};
|
12
|
+
};
|
13
|
+
};
|
14
|
+
};
|
15
|
+
};
|
16
|
+
export default _default;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { Theme } from '@mui/material';
|
3
|
+
declare const _default: {
|
4
|
+
components: {
|
5
|
+
defaultProps?: Partial<import("@mui/material").PaginationItemProps<"div", {}>> | undefined;
|
6
|
+
styleOverrides?: Partial<Record<"root" | "page" | "sizeSmall" | "sizeLarge" | "text" | "textPrimary" | "textSecondary" | "outlined" | "outlinedPrimary" | "outlinedSecondary" | "rounded" | "ellipsis" | "firstLast" | "previousNext" | "focusVisible" | "disabled" | "selected" | "icon", 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/material").PaginationItemOwnProps & import("@mui/material/OverridableComponent").CommonProps & Pick<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "color" | "translate" | "slot" | "style" | "title" | "className" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "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" | "children" | "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"> & {
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
9
|
+
}, "translate" | "ref" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "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" | "children" | "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"> & {
|
10
|
+
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;
|
11
|
+
} & Record<string, unknown>;
|
12
|
+
} & {
|
13
|
+
theme: Pick<Theme, "unstable_sx" | "unstable_sxConfig" | "mixins" | "palette" | "shadows" | "transitions" | "typography" | "zIndex" | "unstable_strictMode" | "shape" | "breakpoints" | "direction" | "spacing">;
|
14
|
+
} & Record<string, unknown>) => import("@mui/styled-engine").CSSInterpolation) | null | undefined>> | undefined;
|
15
|
+
variants?: {
|
16
|
+
props: Partial<import("@mui/material").PaginationItemProps<"div", {}>>;
|
17
|
+
style: import("@mui/styled-engine").Interpolation<{
|
18
|
+
theme: Theme;
|
19
|
+
}>;
|
20
|
+
}[] | undefined;
|
21
|
+
};
|
22
|
+
};
|
23
|
+
export default _default;
|
@@ -0,0 +1,116 @@
|
|
1
|
+
import { PaletteTonalOffset, TypeDivider, PaletteAugmentColorOptions } from '@mui/material/styles/createPalette';
|
2
|
+
import { CommonColors, PaletteMode, Color, TypeText, TypeAction, TypeBackground } from '@mui/material';
|
3
|
+
declare module '@mui/material/styles/createPalette' {
|
4
|
+
interface Palette {
|
5
|
+
base: Palette['primary'];
|
6
|
+
grayBackground: Palette['primary'];
|
7
|
+
textColor: Palette['primary'];
|
8
|
+
}
|
9
|
+
interface PaletteOptions {
|
10
|
+
base: PaletteOptions['primary'];
|
11
|
+
grayBackground: PaletteOptions['primary'];
|
12
|
+
textColor: PaletteOptions['primary'];
|
13
|
+
}
|
14
|
+
interface PaletteColor {
|
15
|
+
950?: string;
|
16
|
+
900?: string;
|
17
|
+
800?: string;
|
18
|
+
700?: string;
|
19
|
+
600?: string;
|
20
|
+
500?: string;
|
21
|
+
400?: string;
|
22
|
+
300?: string;
|
23
|
+
200?: string;
|
24
|
+
100?: string;
|
25
|
+
50?: string;
|
26
|
+
A100?: string;
|
27
|
+
A90?: string;
|
28
|
+
A80?: string;
|
29
|
+
A70?: string;
|
30
|
+
A60?: string;
|
31
|
+
A50?: string;
|
32
|
+
A40?: string;
|
33
|
+
A30?: string;
|
34
|
+
A20?: string;
|
35
|
+
A10?: string;
|
36
|
+
A0?: string;
|
37
|
+
}
|
38
|
+
interface SimplePaletteColorOptions {
|
39
|
+
950?: string;
|
40
|
+
900?: string;
|
41
|
+
800?: string;
|
42
|
+
700?: string;
|
43
|
+
600?: string;
|
44
|
+
500?: string;
|
45
|
+
400?: string;
|
46
|
+
300?: string;
|
47
|
+
200?: string;
|
48
|
+
100?: string;
|
49
|
+
50?: string;
|
50
|
+
A100?: string;
|
51
|
+
A90?: string;
|
52
|
+
A80?: string;
|
53
|
+
A70?: string;
|
54
|
+
A60?: string;
|
55
|
+
A50?: string;
|
56
|
+
A40?: string;
|
57
|
+
A30?: string;
|
58
|
+
A20?: string;
|
59
|
+
A10?: string;
|
60
|
+
A0?: string;
|
61
|
+
}
|
62
|
+
}
|
63
|
+
export interface PaletteColor {
|
64
|
+
light: string;
|
65
|
+
main: string;
|
66
|
+
dark: string;
|
67
|
+
contrastText?: string;
|
68
|
+
950?: string;
|
69
|
+
900?: string;
|
70
|
+
800?: string;
|
71
|
+
700?: string;
|
72
|
+
600?: string;
|
73
|
+
500?: string;
|
74
|
+
400?: string;
|
75
|
+
300?: string;
|
76
|
+
200?: string;
|
77
|
+
100?: string;
|
78
|
+
50?: string;
|
79
|
+
A100?: string;
|
80
|
+
A90?: string;
|
81
|
+
A80?: string;
|
82
|
+
A70?: string;
|
83
|
+
A60?: string;
|
84
|
+
A50?: string;
|
85
|
+
A40?: string;
|
86
|
+
A30?: string;
|
87
|
+
A20?: string;
|
88
|
+
A10?: string;
|
89
|
+
A0?: string;
|
90
|
+
}
|
91
|
+
export interface Palette {
|
92
|
+
common: CommonColors;
|
93
|
+
mode: PaletteMode;
|
94
|
+
contrastThreshold: number;
|
95
|
+
tonalOffset: PaletteTonalOffset;
|
96
|
+
primary: PaletteColor;
|
97
|
+
secondary: PaletteColor;
|
98
|
+
neutral: PaletteColor;
|
99
|
+
error: PaletteColor;
|
100
|
+
warning: PaletteColor;
|
101
|
+
info: PaletteColor;
|
102
|
+
success: PaletteColor;
|
103
|
+
base: PaletteColor;
|
104
|
+
grayBackground: PaletteColor;
|
105
|
+
textColor: PaletteColor;
|
106
|
+
backgroundColor: PaletteColor;
|
107
|
+
grey: Color;
|
108
|
+
text: TypeText;
|
109
|
+
divider: TypeDivider;
|
110
|
+
action: TypeAction;
|
111
|
+
background: TypeBackground;
|
112
|
+
getContrastText: (background: string) => string;
|
113
|
+
augmentColor: (options: PaletteAugmentColorOptions) => PaletteColor;
|
114
|
+
}
|
115
|
+
declare const _default: {};
|
116
|
+
export default _default;
|
@@ -0,0 +1,88 @@
|
|
1
|
+
import { PaletteMode } from '@mui/material';
|
2
|
+
declare const _default: {
|
3
|
+
mode: PaletteMode;
|
4
|
+
primary: {
|
5
|
+
contrastText: string;
|
6
|
+
main: string;
|
7
|
+
A100: string;
|
8
|
+
A80: string;
|
9
|
+
A60: string;
|
10
|
+
A40: string;
|
11
|
+
A20: string;
|
12
|
+
A10: string;
|
13
|
+
};
|
14
|
+
secondary: {
|
15
|
+
contrastText: string;
|
16
|
+
main: string;
|
17
|
+
A100: string;
|
18
|
+
A80: string;
|
19
|
+
A60: string;
|
20
|
+
};
|
21
|
+
success: {
|
22
|
+
contrastText: string;
|
23
|
+
main: string;
|
24
|
+
A100: string;
|
25
|
+
A80: string;
|
26
|
+
A60: string;
|
27
|
+
A40: string;
|
28
|
+
A20: string;
|
29
|
+
};
|
30
|
+
warning: {
|
31
|
+
contrastText: string;
|
32
|
+
main: string;
|
33
|
+
A100: string;
|
34
|
+
A80: string;
|
35
|
+
A60: string;
|
36
|
+
A40: string;
|
37
|
+
A20: string;
|
38
|
+
};
|
39
|
+
error: {
|
40
|
+
contrastText: string;
|
41
|
+
main: string;
|
42
|
+
A100: string;
|
43
|
+
A80: string;
|
44
|
+
A60: string;
|
45
|
+
A40: string;
|
46
|
+
A20: string;
|
47
|
+
};
|
48
|
+
info: {
|
49
|
+
contrastText: string;
|
50
|
+
main: string;
|
51
|
+
A100: string;
|
52
|
+
A80: string;
|
53
|
+
A60: string;
|
54
|
+
A40: string;
|
55
|
+
A20: string;
|
56
|
+
};
|
57
|
+
base: {
|
58
|
+
main: string;
|
59
|
+
A100: string;
|
60
|
+
A80: string;
|
61
|
+
A60: string;
|
62
|
+
A40: string;
|
63
|
+
A20: string;
|
64
|
+
A0: string;
|
65
|
+
};
|
66
|
+
grayBackground: {
|
67
|
+
main: string;
|
68
|
+
A100: string;
|
69
|
+
A80: string;
|
70
|
+
A60: string;
|
71
|
+
A40: string;
|
72
|
+
A20: string;
|
73
|
+
A10: string;
|
74
|
+
};
|
75
|
+
textColor: {
|
76
|
+
main: string;
|
77
|
+
A80: string;
|
78
|
+
A70: string;
|
79
|
+
A60: string;
|
80
|
+
A50: string;
|
81
|
+
A40: string;
|
82
|
+
A30: string;
|
83
|
+
A20: string;
|
84
|
+
A10: string;
|
85
|
+
A0: string;
|
86
|
+
};
|
87
|
+
};
|
88
|
+
export default _default;
|
@@ -0,0 +1,169 @@
|
|
1
|
+
import { PaletteMode } from '@mui/material';
|
2
|
+
declare const _default: {
|
3
|
+
mode: PaletteMode;
|
4
|
+
primary: {
|
5
|
+
950: string;
|
6
|
+
900: string;
|
7
|
+
800: string;
|
8
|
+
700: string;
|
9
|
+
600: string;
|
10
|
+
500: string;
|
11
|
+
400: string;
|
12
|
+
300: string;
|
13
|
+
200: string;
|
14
|
+
100: string;
|
15
|
+
50: string;
|
16
|
+
contrastText: string;
|
17
|
+
main: string;
|
18
|
+
A100: string;
|
19
|
+
A80: string;
|
20
|
+
A60: string;
|
21
|
+
A40: string;
|
22
|
+
A20: string;
|
23
|
+
A10: string;
|
24
|
+
};
|
25
|
+
secondary: {
|
26
|
+
950: string;
|
27
|
+
900: string;
|
28
|
+
800: string;
|
29
|
+
700: string;
|
30
|
+
600: string;
|
31
|
+
500: string;
|
32
|
+
400: string;
|
33
|
+
300: string;
|
34
|
+
200: string;
|
35
|
+
100: string;
|
36
|
+
50: string;
|
37
|
+
contrastText: string;
|
38
|
+
main: string;
|
39
|
+
A100: string;
|
40
|
+
A80: string;
|
41
|
+
A60: string;
|
42
|
+
};
|
43
|
+
neutral: {
|
44
|
+
950: string;
|
45
|
+
900: string;
|
46
|
+
800: string;
|
47
|
+
700: string;
|
48
|
+
600: string;
|
49
|
+
500: string;
|
50
|
+
400: string;
|
51
|
+
300: string;
|
52
|
+
200: string;
|
53
|
+
100: string;
|
54
|
+
50: string;
|
55
|
+
};
|
56
|
+
backgroundColor: {
|
57
|
+
950: string;
|
58
|
+
900: string;
|
59
|
+
800: string;
|
60
|
+
700: string;
|
61
|
+
600: string;
|
62
|
+
500: string;
|
63
|
+
400: string;
|
64
|
+
300: string;
|
65
|
+
200: string;
|
66
|
+
100: string;
|
67
|
+
50: string;
|
68
|
+
};
|
69
|
+
success: {
|
70
|
+
400: string;
|
71
|
+
300: string;
|
72
|
+
200: string;
|
73
|
+
100: string;
|
74
|
+
50: string;
|
75
|
+
contrastText: string;
|
76
|
+
main: string;
|
77
|
+
A100: string;
|
78
|
+
A80: string;
|
79
|
+
A60: string;
|
80
|
+
A40: string;
|
81
|
+
A20: string;
|
82
|
+
};
|
83
|
+
warning: {
|
84
|
+
400: string;
|
85
|
+
300: string;
|
86
|
+
200: string;
|
87
|
+
100: string;
|
88
|
+
50: string;
|
89
|
+
contrastText: string;
|
90
|
+
main: string;
|
91
|
+
A100: string;
|
92
|
+
A80: string;
|
93
|
+
A60: string;
|
94
|
+
A40: string;
|
95
|
+
A20: string;
|
96
|
+
};
|
97
|
+
error: {
|
98
|
+
400: string;
|
99
|
+
300: string;
|
100
|
+
200: string;
|
101
|
+
100: string;
|
102
|
+
50: string;
|
103
|
+
contrastText: string;
|
104
|
+
main: string;
|
105
|
+
A100: string;
|
106
|
+
A80: string;
|
107
|
+
A60: string;
|
108
|
+
A40: string;
|
109
|
+
A20: string;
|
110
|
+
};
|
111
|
+
info: {
|
112
|
+
400: string;
|
113
|
+
300: string;
|
114
|
+
200: string;
|
115
|
+
100: string;
|
116
|
+
50: string;
|
117
|
+
contrastText: string;
|
118
|
+
main: string;
|
119
|
+
A100: string;
|
120
|
+
A80: string;
|
121
|
+
A60: string;
|
122
|
+
A40: string;
|
123
|
+
A20: string;
|
124
|
+
};
|
125
|
+
textColor: {
|
126
|
+
950: string;
|
127
|
+
900: string;
|
128
|
+
800: string;
|
129
|
+
700: string;
|
130
|
+
600: string;
|
131
|
+
500: string;
|
132
|
+
400: string;
|
133
|
+
300: string;
|
134
|
+
200: string;
|
135
|
+
100: string;
|
136
|
+
50: string;
|
137
|
+
main: string;
|
138
|
+
A80: string;
|
139
|
+
A70: string;
|
140
|
+
A60: string;
|
141
|
+
A50: string;
|
142
|
+
A40: string;
|
143
|
+
A30: string;
|
144
|
+
A20: string;
|
145
|
+
A10: string;
|
146
|
+
A0: string;
|
147
|
+
};
|
148
|
+
base: {
|
149
|
+
main: string;
|
150
|
+
A100: string;
|
151
|
+
A80: string;
|
152
|
+
A60: string;
|
153
|
+
A40: string;
|
154
|
+
A20: string;
|
155
|
+
A0: string;
|
156
|
+
};
|
157
|
+
grayBackground: {
|
158
|
+
base: string;
|
159
|
+
A0: string;
|
160
|
+
main: string;
|
161
|
+
A100: string;
|
162
|
+
A80: string;
|
163
|
+
A60: string;
|
164
|
+
A40: string;
|
165
|
+
A20: string;
|
166
|
+
A10: string;
|
167
|
+
};
|
168
|
+
};
|
169
|
+
export default _default;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { Theme } from '@mui/material';
|
3
|
+
declare const _default: {
|
4
|
+
components: {
|
5
|
+
defaultProps?: Partial<import("@mui/material").PaperProps<"div", {}>> | undefined;
|
6
|
+
styleOverrides?: Partial<Record<"root" | "rounded" | "outlined" | "elevation" | "elevation0" | "elevation1" | "elevation2" | "elevation3" | "elevation4" | "elevation5" | "elevation6" | "elevation7" | "elevation8" | "elevation9" | "elevation10" | "elevation11" | "elevation12" | "elevation13" | "elevation14" | "elevation15" | "elevation16" | "elevation17" | "elevation18" | "elevation19" | "elevation20" | "elevation21" | "elevation22" | "elevation23" | "elevation24", 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/material").PaperOwnProps & import("@mui/material/OverridableComponent").CommonProps & Pick<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "color" | "translate" | "hidden" | "slot" | "style" | "title" | "className" | "children" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "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"> & {
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
9
|
+
}, "color" | "translate" | "hidden" | "ref" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "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"> & {
|
10
|
+
component?: "symbol" | "object" | "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" | "text" | "textPath" | "tspan" | "use" | "view" | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
|
11
|
+
} & Record<string, unknown>;
|
12
|
+
} & {
|
13
|
+
theme: Pick<Theme, "unstable_sx" | "unstable_sxConfig" | "mixins" | "palette" | "shadows" | "transitions" | "typography" | "zIndex" | "unstable_strictMode" | "shape" | "breakpoints" | "direction" | "spacing">;
|
14
|
+
} & Record<string, unknown>) => import("@mui/styled-engine").CSSInterpolation) | null | undefined>> | undefined;
|
15
|
+
variants?: {
|
16
|
+
props: Partial<import("@mui/material").PaperProps<"div", {}>>;
|
17
|
+
style: import("@mui/styled-engine").Interpolation<{
|
18
|
+
theme: Theme;
|
19
|
+
}>;
|
20
|
+
}[] | undefined;
|
21
|
+
};
|
22
|
+
};
|
23
|
+
export default _default;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
components: {
|
3
|
+
styleOverrides: {
|
4
|
+
root: ({ ownerState, theme }: {
|
5
|
+
ownerState: any;
|
6
|
+
theme: any;
|
7
|
+
}) => {
|
8
|
+
'&.error': {
|
9
|
+
color: any;
|
10
|
+
};
|
11
|
+
'&.error + .MuiFormControlLabel-label': {
|
12
|
+
color: any;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
};
|
16
|
+
};
|
17
|
+
};
|
18
|
+
export default _default;
|
@@ -0,0 +1,45 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
components: {
|
3
|
+
styleOverrides: {
|
4
|
+
root: ({ theme }: {
|
5
|
+
theme: any;
|
6
|
+
}) => {
|
7
|
+
borderRadius: number;
|
8
|
+
backgroundColor: any;
|
9
|
+
border: string;
|
10
|
+
padding: number;
|
11
|
+
'&:hover': {
|
12
|
+
backgroundColor: any;
|
13
|
+
border: string;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
filled: ({ theme }: {
|
17
|
+
theme: any;
|
18
|
+
}) => {
|
19
|
+
border: string;
|
20
|
+
'&:hover': {
|
21
|
+
backgroundColor: any;
|
22
|
+
border: string;
|
23
|
+
};
|
24
|
+
};
|
25
|
+
standard: {
|
26
|
+
border: string;
|
27
|
+
'&:hover': {
|
28
|
+
border: string;
|
29
|
+
};
|
30
|
+
};
|
31
|
+
outlined: {
|
32
|
+
border: string;
|
33
|
+
'&:hover': {
|
34
|
+
border: string;
|
35
|
+
};
|
36
|
+
};
|
37
|
+
select: ({ theme }: {
|
38
|
+
theme: any;
|
39
|
+
}) => {
|
40
|
+
padding: any;
|
41
|
+
};
|
42
|
+
};
|
43
|
+
};
|
44
|
+
};
|
45
|
+
export default _default;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { Theme } from '@mui/material';
|
3
|
+
declare const _default: {
|
4
|
+
components: {
|
5
|
+
defaultProps?: Partial<import("@mui/material").SliderProps<"span", {}>> | undefined;
|
6
|
+
styleOverrides?: Partial<Record<"root" | "colorPrimary" | "colorSecondary" | "marked" | "vertical" | "disabled" | "dragging" | "rail" | "track" | "trackFalse" | "trackInverted" | "thumb" | "active" | "focusVisible" | "mark" | "markActive" | "markLabel" | "markLabelActive" | "sizeSmall" | "thumbColorPrimary" | "thumbColorSecondary" | "thumbSizeSmall" | "valueLabel" | "valueLabelOpen" | "valueLabelCircle" | "valueLabelLabel", 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/material").SliderOwnProps & import("@mui/material/OverridableComponent").CommonProps & Pick<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "color" | "translate" | "slot" | "style" | "title" | "className" | "aria-label" | "aria-labelledby" | "aria-valuetext" | "defaultValue" | "onChange" | "tabIndex" | "key" | "defaultChecked" | "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-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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "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"> & {
|
8
|
+
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
9
|
+
}, "translate" | "ref" | "slot" | "title" | "key" | "defaultChecked" | "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-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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "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"> & {
|
10
|
+
component?: "symbol" | "object" | "track" | "mark" | "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" | "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" | "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" | "text" | "textPath" | "tspan" | "use" | "view" | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
|
11
|
+
} & Record<string, unknown>;
|
12
|
+
} & {
|
13
|
+
theme: Pick<Theme, "unstable_sx" | "unstable_sxConfig" | "mixins" | "palette" | "shadows" | "transitions" | "typography" | "zIndex" | "unstable_strictMode" | "shape" | "breakpoints" | "direction" | "spacing">;
|
14
|
+
} & Record<string, unknown>) => import("@mui/styled-engine").CSSInterpolation) | null | undefined>> | undefined;
|
15
|
+
variants?: {
|
16
|
+
props: Partial<import("@mui/material").SliderProps<"span", {}>>;
|
17
|
+
style: import("@mui/styled-engine").Interpolation<{
|
18
|
+
theme: Theme;
|
19
|
+
}>;
|
20
|
+
}[] | undefined;
|
21
|
+
};
|
22
|
+
};
|
23
|
+
export default _default;
|