@mui/material 5.12.2 → 5.12.3
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/Accordion/Accordion.d.ts +71 -57
- package/Accordion/accordionClasses.d.ts +18 -18
- package/AccordionActions/accordionActionsClasses.d.ts +10 -10
- package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
- package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
- package/Alert/alertClasses.d.ts +44 -44
- package/AlertTitle/alertTitleClasses.d.ts +8 -8
- package/AppBar/appBarClasses.d.ts +28 -28
- package/Autocomplete/autocompleteClasses.d.ts +56 -56
- package/Avatar/avatarClasses.d.ts +20 -20
- package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
- package/Backdrop/backdropClasses.d.ts +10 -10
- package/Badge/badgeClasses.d.ts +56 -56
- package/BottomNavigation/BottomNavigation.js +0 -0
- package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
- package/BottomNavigationAction/BottomNavigationAction.js +4 -1
- package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
- package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
- package/Button/buttonClasses.d.ts +100 -100
- package/ButtonBase/buttonBaseClasses.d.ts +12 -12
- package/ButtonBase/touchRippleClasses.d.ts +20 -20
- package/ButtonGroup/ButtonGroup.js +8 -2
- package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
- package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
- package/CHANGELOG.md +120 -0
- package/Card/cardClasses.d.ts +8 -8
- package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
- package/CardActions/cardActionsClasses.d.ts +10 -10
- package/CardContent/cardContentClasses.d.ts +8 -8
- package/CardHeader/cardHeaderClasses.d.ts +18 -18
- package/CardMedia/cardMediaClasses.d.ts +12 -12
- package/Checkbox/checkboxClasses.d.ts +18 -18
- package/Chip/Chip.js +1 -1
- package/Chip/chipClasses.d.ts +96 -96
- package/CircularProgress/circularProgressClasses.d.ts +26 -26
- package/ClickAwayListener/index.d.ts +2 -2
- package/Collapse/collapseClasses.d.ts +18 -18
- package/Container/containerClasses.d.ts +6 -6
- package/Dialog/DialogContext.d.ts +6 -6
- package/Dialog/dialogClasses.d.ts +36 -36
- package/DialogActions/dialogActionsClasses.d.ts +10 -10
- package/DialogContent/dialogContentClasses.d.ts +10 -10
- package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
- package/DialogTitle/dialogTitleClasses.d.ts +8 -8
- package/Divider/Divider.js +10 -11
- package/Divider/dividerClasses.d.ts +34 -34
- package/Drawer/drawerClasses.d.ts +30 -30
- package/Fab/fabClasses.d.ts +26 -26
- package/FilledInput/filledInputClasses.d.ts +42 -42
- package/FormControl/FormControlContext.d.ts +17 -17
- package/FormControl/formControlClasses.d.ts +14 -14
- package/FormControl/useFormControl.d.ts +2 -2
- package/FormControlLabel/formControlLabelClasses.d.ts +24 -24
- package/FormGroup/formGroupClasses.d.ts +12 -12
- package/FormHelperText/formHelperTextClasses.d.ts +22 -22
- package/FormLabel/formLabelClasses.d.ts +22 -22
- package/Grid/gridClasses.d.ts +48 -48
- package/Icon/iconClasses.d.ts +24 -24
- package/IconButton/iconButtonClasses.d.ts +34 -34
- package/ImageList/imageListClasses.d.ts +16 -16
- package/ImageListItem/imageListItemClasses.d.ts +18 -18
- package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
- package/Input/inputClasses.d.ts +38 -34
- package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
- package/InputBase/InputBase.js +1 -1
- package/InputBase/inputBaseClasses.d.ts +46 -46
- package/InputLabel/inputLabelClasses.d.ts +32 -32
- package/LinearProgress/linearProgressClasses.d.ts +42 -42
- package/Link/getTextDecoration.d.ts +15 -15
- package/Link/linkClasses.d.ts +18 -18
- package/List/listClasses.d.ts +14 -14
- package/ListItem/listItemClasses.d.ts +30 -30
- package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
- package/ListItemButton/listItemButtonClasses.d.ts +22 -22
- package/ListItemIcon/listItemIconClasses.d.ts +10 -10
- package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
- package/ListItemText/listItemTextClasses.d.ts +18 -18
- package/ListSubheader/listSubheaderClasses.d.ts +18 -18
- package/Menu/menuClasses.d.ts +12 -12
- package/MenuItem/menuItemClasses.d.ts +20 -20
- package/MobileStepper/mobileStepperClasses.d.ts +22 -22
- package/NativeSelect/nativeSelectClasses.d.ts +34 -34
- package/OutlinedInput/outlinedInputClasses.d.ts +38 -38
- package/Pagination/paginationClasses.d.ts +14 -14
- package/PaginationItem/paginationItemClasses.d.ts +42 -42
- package/Paper/Paper.d.ts +6 -1
- package/Paper/paperClasses.d.ts +39 -39
- package/Popover/popoverClasses.d.ts +10 -10
- package/Popper/Popper.d.ts +65 -55
- package/Popper/Popper.js +4 -3
- package/Radio/radioClasses.d.ts +16 -16
- package/RadioGroup/RadioGroupContext.d.ts +11 -11
- package/RadioGroup/useRadioGroup.d.ts +4 -4
- package/Rating/ratingClasses.d.ts +40 -40
- package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
- package/Select/SelectInput.js +4 -1
- package/Select/selectClasses.d.ts +32 -32
- package/Skeleton/skeletonClasses.d.ts +26 -26
- package/Slider/Slider.js +1 -1
- package/Slider/SliderValueLabel.d.ts +15 -15
- package/Slider/SliderValueLabel.types.d.ts +24 -24
- package/Slider/sliderClasses.d.ts +58 -58
- package/Snackbar/Snackbar.js +4 -3
- package/Snackbar/snackbarClasses.d.ts +20 -20
- package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
- package/SpeedDial/speedDialClasses.d.ts +22 -22
- package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
- package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
- package/Stack/stackClasses.d.ts +6 -6
- package/Step/StepContext.d.ts +20 -20
- package/Step/stepClasses.d.ts +16 -16
- package/StepButton/stepButtonClasses.d.ts +14 -14
- package/StepConnector/stepConnectorClasses.d.ts +26 -26
- package/StepContent/stepContentClasses.d.ts +12 -12
- package/StepIcon/stepIconClasses.d.ts +16 -16
- package/StepLabel/stepLabelClasses.d.ts +28 -28
- package/Stepper/StepperContext.d.ts +18 -18
- package/Stepper/stepperClasses.d.ts +14 -14
- package/SvgIcon/svgIconClasses.d.ts +26 -26
- package/SwipeableDrawer/SwipeableDrawer.js +1 -1
- package/Switch/switchClasses.d.ts +32 -32
- package/Tab/tabClasses.d.ts +26 -26
- package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
- package/Table/tableClasses.d.ts +10 -10
- package/TableBody/tableBodyClasses.d.ts +8 -8
- package/TableCell/tableCellClasses.d.ts +32 -32
- package/TableContainer/tableContainerClasses.d.ts +8 -8
- package/TableFooter/tableFooterClasses.d.ts +8 -8
- package/TableHead/tableHeadClasses.d.ts +8 -8
- package/TablePagination/tablePaginationClasses.d.ts +28 -28
- package/TableRow/tableRowClasses.d.ts +16 -16
- package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
- package/Tabs/tabsClasses.d.ts +32 -32
- package/TextField/TextField.d.ts +21 -2
- package/TextField/TextField.js +7 -1
- package/TextField/textFieldClasses.d.ts +8 -8
- package/ToggleButton/toggleButtonClasses.d.ts +24 -24
- package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
- package/Toolbar/toolbarClasses.d.ts +14 -14
- package/Tooltip/tooltipClasses.d.ts +30 -30
- package/Typography/typographyClasses.d.ts +50 -50
- package/Unstable_Grid2/Grid2.d.ts +4 -4
- package/Unstable_Grid2/Grid2Props.d.ts +15 -15
- package/Unstable_Grid2/grid2Classes.d.ts +5 -5
- package/Unstable_Grid2/index.d.ts +4 -4
- package/className/index.d.ts +1 -1
- package/darkScrollbar/index.d.ts +28 -28
- package/generateUtilityClass/index.d.ts +2 -2
- package/generateUtilityClasses/index.d.ts +1 -1
- package/index.js +1 -1
- package/internal/switchBaseClasses.d.ts +12 -12
- package/legacy/BottomNavigation/BottomNavigation.js +0 -0
- package/legacy/ButtonGroup/ButtonGroup.js +7 -3
- package/legacy/Divider/Divider.js +17 -17
- package/legacy/Drawer/Drawer.js +4 -4
- package/legacy/InputBase/InputBase.js +1 -1
- package/legacy/ListItem/ListItem.js +4 -4
- package/legacy/Menu/Menu.js +4 -4
- package/legacy/Popover/Popover.js +4 -4
- package/legacy/Popper/Popper.js +4 -3
- package/legacy/Slider/Slider.js +1 -1
- package/legacy/Snackbar/Snackbar.js +16 -15
- package/legacy/SpeedDial/SpeedDial.js +8 -8
- package/legacy/SwipeableDrawer/SwipeableDrawer.js +4 -4
- package/legacy/TextField/TextField.js +7 -1
- package/legacy/index.js +1 -1
- package/legacy/useMediaQuery/useMediaQuery.js +8 -0
- package/locale/index.d.ts +76 -76
- package/modern/BottomNavigation/BottomNavigation.js +0 -0
- package/modern/BottomNavigationAction/BottomNavigationAction.js +4 -1
- package/modern/ButtonGroup/ButtonGroup.js +8 -2
- package/modern/Chip/Chip.js +1 -1
- package/modern/Divider/Divider.js +10 -11
- package/modern/InputBase/InputBase.js +1 -1
- package/modern/Popper/Popper.js +4 -3
- package/modern/Select/SelectInput.js +4 -1
- package/modern/Slider/Slider.js +1 -1
- package/modern/Snackbar/Snackbar.js +4 -3
- package/modern/SwipeableDrawer/SwipeableDrawer.js +1 -1
- package/modern/TextField/TextField.js +7 -1
- package/modern/index.js +1 -1
- package/modern/useMediaQuery/useMediaQuery.js +8 -0
- package/node/BottomNavigation/BottomNavigation.js +0 -0
- package/node/BottomNavigationAction/BottomNavigationAction.js +4 -1
- package/node/ButtonBase/Ripple.js +1 -2
- package/node/ButtonGroup/ButtonGroup.js +8 -2
- package/node/Chip/Chip.js +1 -1
- package/node/Divider/Divider.js +10 -11
- package/node/Grid/Grid.js +10 -1
- package/node/Hidden/Hidden.js +2 -2
- package/node/Hidden/HiddenJs.js +1 -2
- package/node/InputBase/InputBase.js +1 -1
- package/node/Popper/Popper.js +4 -3
- package/node/Select/SelectInput.js +4 -1
- package/node/Slide/Slide.js +2 -3
- package/node/Slider/Slider.js +1 -1
- package/node/Snackbar/Snackbar.js +4 -3
- package/node/SpeedDialAction/SpeedDialAction.js +1 -1
- package/node/SwipeableDrawer/SwipeableDrawer.js +3 -4
- package/node/Switch/Switch.js +1 -1
- package/node/TabScrollButton/TabScrollButton.js +1 -0
- package/node/TablePagination/TablePaginationActions.js +2 -2
- package/node/TextField/TextField.js +7 -1
- package/node/ToggleButton/ToggleButton.js +1 -1
- package/node/index.js +1 -1
- package/node/styles/index.js +5 -1
- package/node/useMediaQuery/useMediaQuery.js +12 -0
- package/node/utils/createSvgIcon.js +1 -2
- package/package.json +5 -5
- package/styles/CssVarsProvider.d.ts +20 -20
- package/styles/excludeVariablesFromRoot.d.ts +5 -5
- package/styles/getOverlayAlpha.d.ts +2 -2
- package/styles/identifier.d.ts +2 -2
- package/styles/shouldSkipGeneratingVar.d.ts +1 -1
- package/transitions/index.d.ts +1 -1
- package/transitions/transition.d.ts +13 -13
- package/transitions/utils.d.ts +23 -23
- package/types/OverridableComponentAugmentation.d.ts +31 -31
- package/umd/material-ui.development.js +91 -72
- package/umd/material-ui.production.min.js +5 -5
- package/useMediaQuery/useMediaQuery.d.ts +46 -46
- package/useMediaQuery/useMediaQuery.js +8 -0
- package/useTouchRipple/index.d.ts +1 -1
- package/useTouchRipple/useTouchRipple.d.ts +28 -28
- package/utils/getScrollbarSize.d.ts +2 -2
- package/utils/ownerDocument.d.ts +2 -2
- package/utils/ownerWindow.d.ts +2 -2
- package/utils/setRef.d.ts +2 -2
package/Accordion/Accordion.d.ts
CHANGED
|
@@ -1,64 +1,71 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { SxProps } from '@mui/system';
|
|
3
|
-
import {
|
|
3
|
+
import { Theme } from '..';
|
|
4
4
|
import { TransitionProps } from '../transitions/transition';
|
|
5
|
-
import { PaperProps } from '../Paper';
|
|
6
5
|
import { AccordionClasses } from './accordionClasses';
|
|
6
|
+
import { OverridableComponent, OverrideProps } from '../OverridableComponent';
|
|
7
|
+
import { ExtendPaperTypeMap } from '../Paper/Paper';
|
|
7
8
|
|
|
8
|
-
export
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
9
|
+
export type AccordionTypeMap<P = {}, D extends React.ElementType = 'div'> = ExtendPaperTypeMap<
|
|
10
|
+
{
|
|
11
|
+
props: P & {
|
|
12
|
+
/**
|
|
13
|
+
* The content of the component.
|
|
14
|
+
*/
|
|
15
|
+
children: NonNullable<React.ReactNode>;
|
|
16
|
+
/**
|
|
17
|
+
* Override or extend the styles applied to the component.
|
|
18
|
+
*/
|
|
19
|
+
classes?: Partial<AccordionClasses>;
|
|
20
|
+
/**
|
|
21
|
+
* If `true`, expands the accordion by default.
|
|
22
|
+
* @default false
|
|
23
|
+
*/
|
|
24
|
+
defaultExpanded?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* If `true`, the component is disabled.
|
|
27
|
+
* @default false
|
|
28
|
+
*/
|
|
29
|
+
disabled?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* If `true`, it removes the margin between two expanded accordion items and the increase of height.
|
|
32
|
+
* @default false
|
|
33
|
+
*/
|
|
34
|
+
disableGutters?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* If `true`, expands the accordion, otherwise collapse it.
|
|
37
|
+
* Setting this prop enables control over the accordion.
|
|
38
|
+
*/
|
|
39
|
+
expanded?: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Callback fired when the expand/collapse state is changed.
|
|
42
|
+
*
|
|
43
|
+
* @param {React.SyntheticEvent} event The event source of the callback. **Warning**: This is a generic event not a change event.
|
|
44
|
+
* @param {boolean} expanded The `expanded` state of the accordion.
|
|
45
|
+
*/
|
|
46
|
+
onChange?: (event: React.SyntheticEvent, expanded: boolean) => void;
|
|
47
|
+
/**
|
|
48
|
+
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
49
|
+
*/
|
|
50
|
+
sx?: SxProps<Theme>;
|
|
51
|
+
/**
|
|
52
|
+
* The component used for the transition.
|
|
53
|
+
* [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
|
|
54
|
+
* @default Collapse
|
|
55
|
+
*/
|
|
56
|
+
TransitionComponent?: React.JSXElementConstructor<
|
|
57
|
+
TransitionProps & { children?: React.ReactElement<any, any> }
|
|
58
|
+
>;
|
|
59
|
+
/**
|
|
60
|
+
* Props applied to the transition element.
|
|
61
|
+
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
|
|
62
|
+
*/
|
|
63
|
+
TransitionProps?: TransitionProps;
|
|
64
|
+
};
|
|
65
|
+
defaultComponent: D;
|
|
66
|
+
},
|
|
67
|
+
'onChange' | 'classes'
|
|
68
|
+
>;
|
|
62
69
|
|
|
63
70
|
/**
|
|
64
71
|
*
|
|
@@ -71,4 +78,11 @@ export interface AccordionProps extends StandardProps<PaperProps, 'onChange'> {
|
|
|
71
78
|
* - [Accordion API](https://mui.com/material-ui/api/accordion/)
|
|
72
79
|
* - inherits [Paper API](https://mui.com/material-ui/api/paper/)
|
|
73
80
|
*/
|
|
74
|
-
|
|
81
|
+
declare const Accordion: OverridableComponent<AccordionTypeMap>;
|
|
82
|
+
|
|
83
|
+
export type AccordionProps<
|
|
84
|
+
D extends React.ElementType = AccordionTypeMap['defaultComponent'],
|
|
85
|
+
P = {},
|
|
86
|
+
> = OverrideProps<AccordionTypeMap<P, D>, D>;
|
|
87
|
+
|
|
88
|
+
export default Accordion;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export interface AccordionClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element unless `square={true}`. */
|
|
5
|
-
rounded: string;
|
|
6
|
-
/** State class applied to the root element if `expanded={true}`. */
|
|
7
|
-
expanded: string;
|
|
8
|
-
/** State class applied to the root element if `disabled={true}`. */
|
|
9
|
-
disabled: string;
|
|
10
|
-
/** Styles applied to the root element unless `disableGutters={true}`. */
|
|
11
|
-
gutters: string;
|
|
12
|
-
/** Styles applied to the region element, the container of the children. */
|
|
13
|
-
region: string;
|
|
14
|
-
}
|
|
15
|
-
export type AccordionClassKey = keyof AccordionClasses;
|
|
16
|
-
export declare function getAccordionUtilityClass(slot: string): string;
|
|
17
|
-
declare const accordionClasses: AccordionClasses;
|
|
18
|
-
export default accordionClasses;
|
|
1
|
+
export interface AccordionClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element unless `square={true}`. */
|
|
5
|
+
rounded: string;
|
|
6
|
+
/** State class applied to the root element if `expanded={true}`. */
|
|
7
|
+
expanded: string;
|
|
8
|
+
/** State class applied to the root element if `disabled={true}`. */
|
|
9
|
+
disabled: string;
|
|
10
|
+
/** Styles applied to the root element unless `disableGutters={true}`. */
|
|
11
|
+
gutters: string;
|
|
12
|
+
/** Styles applied to the region element, the container of the children. */
|
|
13
|
+
region: string;
|
|
14
|
+
}
|
|
15
|
+
export type AccordionClassKey = keyof AccordionClasses;
|
|
16
|
+
export declare function getAccordionUtilityClass(slot: string): string;
|
|
17
|
+
declare const accordionClasses: AccordionClasses;
|
|
18
|
+
export default accordionClasses;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export interface AccordionActionsClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element unless `disableSpacing={true}`. */
|
|
5
|
-
spacing: string;
|
|
6
|
-
}
|
|
7
|
-
export type AccordionActionsClassKey = keyof AccordionActionsClasses;
|
|
8
|
-
export declare function getAccordionActionsUtilityClass(slot: string): string;
|
|
9
|
-
declare const accordionActionsClasses: AccordionActionsClasses;
|
|
10
|
-
export default accordionActionsClasses;
|
|
1
|
+
export interface AccordionActionsClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element unless `disableSpacing={true}`. */
|
|
5
|
+
spacing: string;
|
|
6
|
+
}
|
|
7
|
+
export type AccordionActionsClassKey = keyof AccordionActionsClasses;
|
|
8
|
+
export declare function getAccordionActionsUtilityClass(slot: string): string;
|
|
9
|
+
declare const accordionActionsClasses: AccordionActionsClasses;
|
|
10
|
+
export default accordionActionsClasses;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface AccordionDetailsClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export type AccordionDetailsClassKey = keyof AccordionDetailsClasses;
|
|
6
|
-
export declare function getAccordionDetailsUtilityClass(slot: string): string;
|
|
7
|
-
declare const accordionDetailsClasses: AccordionDetailsClasses;
|
|
8
|
-
export default accordionDetailsClasses;
|
|
1
|
+
export interface AccordionDetailsClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export type AccordionDetailsClassKey = keyof AccordionDetailsClasses;
|
|
6
|
+
export declare function getAccordionDetailsUtilityClass(slot: string): string;
|
|
7
|
+
declare const accordionDetailsClasses: AccordionDetailsClasses;
|
|
8
|
+
export default accordionDetailsClasses;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export interface AccordionSummaryClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** State class applied to the root element, children wrapper element and `IconButton` component if `expanded={true}`. */
|
|
5
|
-
expanded: string;
|
|
6
|
-
/** State class applied to the ButtonBase root element if the button is keyboard focused. */
|
|
7
|
-
focusVisible: string;
|
|
8
|
-
/** State class applied to the root element if `disabled={true}`. */
|
|
9
|
-
disabled: string;
|
|
10
|
-
/** Styles applied to the root element unless `disableGutters={true}`. */
|
|
11
|
-
gutters: string;
|
|
12
|
-
/** Styles applied to the children wrapper element unless `disableGutters={true}`. */
|
|
13
|
-
contentGutters: string;
|
|
14
|
-
/** Styles applied to the children wrapper element. */
|
|
15
|
-
content: string;
|
|
16
|
-
/** Styles applied to the `expandIcon`'s wrapper element. */
|
|
17
|
-
expandIconWrapper: string;
|
|
18
|
-
}
|
|
19
|
-
export type AccordionSummaryClassKey = keyof AccordionSummaryClasses;
|
|
20
|
-
export declare function getAccordionSummaryUtilityClass(slot: string): string;
|
|
21
|
-
declare const accordionSummaryClasses: AccordionSummaryClasses;
|
|
22
|
-
export default accordionSummaryClasses;
|
|
1
|
+
export interface AccordionSummaryClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** State class applied to the root element, children wrapper element and `IconButton` component if `expanded={true}`. */
|
|
5
|
+
expanded: string;
|
|
6
|
+
/** State class applied to the ButtonBase root element if the button is keyboard focused. */
|
|
7
|
+
focusVisible: string;
|
|
8
|
+
/** State class applied to the root element if `disabled={true}`. */
|
|
9
|
+
disabled: string;
|
|
10
|
+
/** Styles applied to the root element unless `disableGutters={true}`. */
|
|
11
|
+
gutters: string;
|
|
12
|
+
/** Styles applied to the children wrapper element unless `disableGutters={true}`. */
|
|
13
|
+
contentGutters: string;
|
|
14
|
+
/** Styles applied to the children wrapper element. */
|
|
15
|
+
content: string;
|
|
16
|
+
/** Styles applied to the `expandIcon`'s wrapper element. */
|
|
17
|
+
expandIconWrapper: string;
|
|
18
|
+
}
|
|
19
|
+
export type AccordionSummaryClassKey = keyof AccordionSummaryClasses;
|
|
20
|
+
export declare function getAccordionSummaryUtilityClass(slot: string): string;
|
|
21
|
+
declare const accordionSummaryClasses: AccordionSummaryClasses;
|
|
22
|
+
export default accordionSummaryClasses;
|
package/Alert/alertClasses.d.ts
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
export interface AlertClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `variant="filled"`. */
|
|
5
|
-
filled: string;
|
|
6
|
-
/** Styles applied to the root element if `variant="outlined"`. */
|
|
7
|
-
outlined: string;
|
|
8
|
-
/** Styles applied to the root element if `variant="standard"`. */
|
|
9
|
-
standard: string;
|
|
10
|
-
/** Styles applied to the root element if `variant="standard"` and `color="success"`. */
|
|
11
|
-
standardSuccess: string;
|
|
12
|
-
/** Styles applied to the root element if `variant="standard"` and `color="info"`. */
|
|
13
|
-
standardInfo: string;
|
|
14
|
-
/** Styles applied to the root element if `variant="standard"` and `color="warning"`. */
|
|
15
|
-
standardWarning: string;
|
|
16
|
-
/** Styles applied to the root element if `variant="standard"` and `color="error"`. */
|
|
17
|
-
standardError: string;
|
|
18
|
-
/** Styles applied to the root element if `variant="outlined"` and `color="success"`. */
|
|
19
|
-
outlinedSuccess: string;
|
|
20
|
-
/** Styles applied to the root element if `variant="outlined"` and `color="info"`. */
|
|
21
|
-
outlinedInfo: string;
|
|
22
|
-
/** Styles applied to the root element if `variant="outlined"` and `color="warning"`. */
|
|
23
|
-
outlinedWarning: string;
|
|
24
|
-
/** Styles applied to the root element if `variant="outlined"` and `color="error"`. */
|
|
25
|
-
outlinedError: string;
|
|
26
|
-
/** Styles applied to the root element if `variant="filled"` and `color="success"`. */
|
|
27
|
-
filledSuccess: string;
|
|
28
|
-
/** Styles applied to the root element if `variant="filled"` and `color="info"`. */
|
|
29
|
-
filledInfo: string;
|
|
30
|
-
/** Styles applied to the root element if `variant="filled"` and `color="warning"`. */
|
|
31
|
-
filledWarning: string;
|
|
32
|
-
/** Styles applied to the root element if `variant="filled"` and `color="error"`. */
|
|
33
|
-
filledError: string;
|
|
34
|
-
/** Styles applied to the icon wrapper element. */
|
|
35
|
-
icon: string;
|
|
36
|
-
/** Styles applied to the message wrapper element. */
|
|
37
|
-
message: string;
|
|
38
|
-
/** Styles applied to the action wrapper element if `action` is provided. */
|
|
39
|
-
action: string;
|
|
40
|
-
}
|
|
41
|
-
export type AlertClassKey = keyof AlertClasses;
|
|
42
|
-
export declare function getAlertUtilityClass(slot: string): string;
|
|
43
|
-
declare const alertClasses: AlertClasses;
|
|
44
|
-
export default alertClasses;
|
|
1
|
+
export interface AlertClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `variant="filled"`. */
|
|
5
|
+
filled: string;
|
|
6
|
+
/** Styles applied to the root element if `variant="outlined"`. */
|
|
7
|
+
outlined: string;
|
|
8
|
+
/** Styles applied to the root element if `variant="standard"`. */
|
|
9
|
+
standard: string;
|
|
10
|
+
/** Styles applied to the root element if `variant="standard"` and `color="success"`. */
|
|
11
|
+
standardSuccess: string;
|
|
12
|
+
/** Styles applied to the root element if `variant="standard"` and `color="info"`. */
|
|
13
|
+
standardInfo: string;
|
|
14
|
+
/** Styles applied to the root element if `variant="standard"` and `color="warning"`. */
|
|
15
|
+
standardWarning: string;
|
|
16
|
+
/** Styles applied to the root element if `variant="standard"` and `color="error"`. */
|
|
17
|
+
standardError: string;
|
|
18
|
+
/** Styles applied to the root element if `variant="outlined"` and `color="success"`. */
|
|
19
|
+
outlinedSuccess: string;
|
|
20
|
+
/** Styles applied to the root element if `variant="outlined"` and `color="info"`. */
|
|
21
|
+
outlinedInfo: string;
|
|
22
|
+
/** Styles applied to the root element if `variant="outlined"` and `color="warning"`. */
|
|
23
|
+
outlinedWarning: string;
|
|
24
|
+
/** Styles applied to the root element if `variant="outlined"` and `color="error"`. */
|
|
25
|
+
outlinedError: string;
|
|
26
|
+
/** Styles applied to the root element if `variant="filled"` and `color="success"`. */
|
|
27
|
+
filledSuccess: string;
|
|
28
|
+
/** Styles applied to the root element if `variant="filled"` and `color="info"`. */
|
|
29
|
+
filledInfo: string;
|
|
30
|
+
/** Styles applied to the root element if `variant="filled"` and `color="warning"`. */
|
|
31
|
+
filledWarning: string;
|
|
32
|
+
/** Styles applied to the root element if `variant="filled"` and `color="error"`. */
|
|
33
|
+
filledError: string;
|
|
34
|
+
/** Styles applied to the icon wrapper element. */
|
|
35
|
+
icon: string;
|
|
36
|
+
/** Styles applied to the message wrapper element. */
|
|
37
|
+
message: string;
|
|
38
|
+
/** Styles applied to the action wrapper element if `action` is provided. */
|
|
39
|
+
action: string;
|
|
40
|
+
}
|
|
41
|
+
export type AlertClassKey = keyof AlertClasses;
|
|
42
|
+
export declare function getAlertUtilityClass(slot: string): string;
|
|
43
|
+
declare const alertClasses: AlertClasses;
|
|
44
|
+
export default alertClasses;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface AlertTitleClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export type AlertTitleClassKey = keyof AlertTitleClasses;
|
|
6
|
-
export declare function getAlertTitleUtilityClass(slot: string): string;
|
|
7
|
-
declare const alertTitleClasses: AlertTitleClasses;
|
|
8
|
-
export default alertTitleClasses;
|
|
1
|
+
export interface AlertTitleClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export type AlertTitleClassKey = keyof AlertTitleClasses;
|
|
6
|
+
export declare function getAlertTitleUtilityClass(slot: string): string;
|
|
7
|
+
declare const alertTitleClasses: AlertTitleClasses;
|
|
8
|
+
export default alertTitleClasses;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
export interface AppBarClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `position="fixed"`. */
|
|
5
|
-
positionFixed: string;
|
|
6
|
-
/** Styles applied to the root element if `position="absolute"`. */
|
|
7
|
-
positionAbsolute: string;
|
|
8
|
-
/** Styles applied to the root element if `position="sticky"`. */
|
|
9
|
-
positionSticky: string;
|
|
10
|
-
/** Styles applied to the root element if `position="static"`. */
|
|
11
|
-
positionStatic: string;
|
|
12
|
-
/** Styles applied to the root element if `position="relative"`. */
|
|
13
|
-
positionRelative: string;
|
|
14
|
-
/** Styles applied to the root element if `color="default"`. */
|
|
15
|
-
colorDefault: string;
|
|
16
|
-
/** Styles applied to the root element if `color="primary"`. */
|
|
17
|
-
colorPrimary: string;
|
|
18
|
-
/** Styles applied to the root element if `color="secondary"`. */
|
|
19
|
-
colorSecondary: string;
|
|
20
|
-
/** Styles applied to the root element if `color="inherit"`. */
|
|
21
|
-
colorInherit: string;
|
|
22
|
-
/** Styles applied to the root element if `color="transparent"`. */
|
|
23
|
-
colorTransparent: string;
|
|
24
|
-
}
|
|
25
|
-
export type AppBarClassKey = keyof AppBarClasses;
|
|
26
|
-
export declare function getAppBarUtilityClass(slot: string): string;
|
|
27
|
-
declare const appBarClasses: AppBarClasses;
|
|
28
|
-
export default appBarClasses;
|
|
1
|
+
export interface AppBarClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `position="fixed"`. */
|
|
5
|
+
positionFixed: string;
|
|
6
|
+
/** Styles applied to the root element if `position="absolute"`. */
|
|
7
|
+
positionAbsolute: string;
|
|
8
|
+
/** Styles applied to the root element if `position="sticky"`. */
|
|
9
|
+
positionSticky: string;
|
|
10
|
+
/** Styles applied to the root element if `position="static"`. */
|
|
11
|
+
positionStatic: string;
|
|
12
|
+
/** Styles applied to the root element if `position="relative"`. */
|
|
13
|
+
positionRelative: string;
|
|
14
|
+
/** Styles applied to the root element if `color="default"`. */
|
|
15
|
+
colorDefault: string;
|
|
16
|
+
/** Styles applied to the root element if `color="primary"`. */
|
|
17
|
+
colorPrimary: string;
|
|
18
|
+
/** Styles applied to the root element if `color="secondary"`. */
|
|
19
|
+
colorSecondary: string;
|
|
20
|
+
/** Styles applied to the root element if `color="inherit"`. */
|
|
21
|
+
colorInherit: string;
|
|
22
|
+
/** Styles applied to the root element if `color="transparent"`. */
|
|
23
|
+
colorTransparent: string;
|
|
24
|
+
}
|
|
25
|
+
export type AppBarClassKey = keyof AppBarClasses;
|
|
26
|
+
export declare function getAppBarUtilityClass(slot: string): string;
|
|
27
|
+
declare const appBarClasses: AppBarClasses;
|
|
28
|
+
export default appBarClasses;
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
export interface AutocompleteClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `fullWidth={true}`. */
|
|
5
|
-
fullWidth: string;
|
|
6
|
-
/** State class applied to the root element if the listbox is displayed. */
|
|
7
|
-
expanded: string;
|
|
8
|
-
/** State class applied to the root element if focused. */
|
|
9
|
-
focused: string;
|
|
10
|
-
/** Styles applied to the tag elements, e.g. the chips. */
|
|
11
|
-
tag: string;
|
|
12
|
-
/** Styles applied to the tag elements, e.g. the chips if `size="small"`. */
|
|
13
|
-
tagSizeSmall: string;
|
|
14
|
-
/** Styles applied to the tag elements, e.g. the chips if `size="medium"`. */
|
|
15
|
-
tagSizeMedium: string;
|
|
16
|
-
/** Styles applied when the popup icon is rendered. */
|
|
17
|
-
hasPopupIcon: string;
|
|
18
|
-
/** Styles applied when the clear icon is rendered. */
|
|
19
|
-
hasClearIcon: string;
|
|
20
|
-
/** Styles applied to the Input element. */
|
|
21
|
-
inputRoot: string;
|
|
22
|
-
/** Styles applied to the input element. */
|
|
23
|
-
input: string;
|
|
24
|
-
/** Styles applied to the input element if the input is focused. */
|
|
25
|
-
inputFocused: string;
|
|
26
|
-
/** Styles applied to the endAdornment element. */
|
|
27
|
-
endAdornment: string;
|
|
28
|
-
/** Styles applied to the clear indicator. */
|
|
29
|
-
clearIndicator: string;
|
|
30
|
-
/** Styles applied to the popup indicator. */
|
|
31
|
-
popupIndicator: string;
|
|
32
|
-
/** Styles applied to the popup indicator if the popup is open. */
|
|
33
|
-
popupIndicatorOpen: string;
|
|
34
|
-
/** Styles applied to the popper element. */
|
|
35
|
-
popper: string;
|
|
36
|
-
/** Styles applied to the popper element if `disablePortal={true}`. */
|
|
37
|
-
popperDisablePortal: string;
|
|
38
|
-
/** Styles applied to the Paper component. */
|
|
39
|
-
paper: string;
|
|
40
|
-
/** Styles applied to the listbox component. */
|
|
41
|
-
listbox: string;
|
|
42
|
-
/** Styles applied to the loading wrapper. */
|
|
43
|
-
loading: string;
|
|
44
|
-
/** Styles applied to the no option wrapper. */
|
|
45
|
-
noOptions: string;
|
|
46
|
-
/** Styles applied to the option elements. */
|
|
47
|
-
option: string;
|
|
48
|
-
/** Styles applied to the group's label elements. */
|
|
49
|
-
groupLabel: string;
|
|
50
|
-
/** Styles applied to the group's ul elements. */
|
|
51
|
-
groupUl: string;
|
|
52
|
-
}
|
|
53
|
-
export type AutocompleteClassKey = keyof AutocompleteClasses;
|
|
54
|
-
export declare function getAutocompleteUtilityClass(slot: string): string;
|
|
55
|
-
declare const autocompleteClasses: AutocompleteClasses;
|
|
56
|
-
export default autocompleteClasses;
|
|
1
|
+
export interface AutocompleteClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `fullWidth={true}`. */
|
|
5
|
+
fullWidth: string;
|
|
6
|
+
/** State class applied to the root element if the listbox is displayed. */
|
|
7
|
+
expanded: string;
|
|
8
|
+
/** State class applied to the root element if focused. */
|
|
9
|
+
focused: string;
|
|
10
|
+
/** Styles applied to the tag elements, e.g. the chips. */
|
|
11
|
+
tag: string;
|
|
12
|
+
/** Styles applied to the tag elements, e.g. the chips if `size="small"`. */
|
|
13
|
+
tagSizeSmall: string;
|
|
14
|
+
/** Styles applied to the tag elements, e.g. the chips if `size="medium"`. */
|
|
15
|
+
tagSizeMedium: string;
|
|
16
|
+
/** Styles applied when the popup icon is rendered. */
|
|
17
|
+
hasPopupIcon: string;
|
|
18
|
+
/** Styles applied when the clear icon is rendered. */
|
|
19
|
+
hasClearIcon: string;
|
|
20
|
+
/** Styles applied to the Input element. */
|
|
21
|
+
inputRoot: string;
|
|
22
|
+
/** Styles applied to the input element. */
|
|
23
|
+
input: string;
|
|
24
|
+
/** Styles applied to the input element if the input is focused. */
|
|
25
|
+
inputFocused: string;
|
|
26
|
+
/** Styles applied to the endAdornment element. */
|
|
27
|
+
endAdornment: string;
|
|
28
|
+
/** Styles applied to the clear indicator. */
|
|
29
|
+
clearIndicator: string;
|
|
30
|
+
/** Styles applied to the popup indicator. */
|
|
31
|
+
popupIndicator: string;
|
|
32
|
+
/** Styles applied to the popup indicator if the popup is open. */
|
|
33
|
+
popupIndicatorOpen: string;
|
|
34
|
+
/** Styles applied to the popper element. */
|
|
35
|
+
popper: string;
|
|
36
|
+
/** Styles applied to the popper element if `disablePortal={true}`. */
|
|
37
|
+
popperDisablePortal: string;
|
|
38
|
+
/** Styles applied to the Paper component. */
|
|
39
|
+
paper: string;
|
|
40
|
+
/** Styles applied to the listbox component. */
|
|
41
|
+
listbox: string;
|
|
42
|
+
/** Styles applied to the loading wrapper. */
|
|
43
|
+
loading: string;
|
|
44
|
+
/** Styles applied to the no option wrapper. */
|
|
45
|
+
noOptions: string;
|
|
46
|
+
/** Styles applied to the option elements. */
|
|
47
|
+
option: string;
|
|
48
|
+
/** Styles applied to the group's label elements. */
|
|
49
|
+
groupLabel: string;
|
|
50
|
+
/** Styles applied to the group's ul elements. */
|
|
51
|
+
groupUl: string;
|
|
52
|
+
}
|
|
53
|
+
export type AutocompleteClassKey = keyof AutocompleteClasses;
|
|
54
|
+
export declare function getAutocompleteUtilityClass(slot: string): string;
|
|
55
|
+
declare const autocompleteClasses: AutocompleteClasses;
|
|
56
|
+
export default autocompleteClasses;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export interface AvatarClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if not `src` or `srcSet`. */
|
|
5
|
-
colorDefault: string;
|
|
6
|
-
/** Styles applied to the root element if `variant="circular"`. */
|
|
7
|
-
circular: string;
|
|
8
|
-
/** Styles applied to the root element if `variant="rounded"`. */
|
|
9
|
-
rounded: string;
|
|
10
|
-
/** Styles applied to the root element if `variant="square"`. */
|
|
11
|
-
square: string;
|
|
12
|
-
/** Styles applied to the img element if either `src` or `srcSet` is defined. */
|
|
13
|
-
img: string;
|
|
14
|
-
/** Styles applied to the fallback icon */
|
|
15
|
-
fallback: string;
|
|
16
|
-
}
|
|
17
|
-
export type AvatarClassKey = keyof AvatarClasses;
|
|
18
|
-
export declare function getAvatarUtilityClass(slot: string): string;
|
|
19
|
-
declare const avatarClasses: AvatarClasses;
|
|
20
|
-
export default avatarClasses;
|
|
1
|
+
export interface AvatarClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if not `src` or `srcSet`. */
|
|
5
|
+
colorDefault: string;
|
|
6
|
+
/** Styles applied to the root element if `variant="circular"`. */
|
|
7
|
+
circular: string;
|
|
8
|
+
/** Styles applied to the root element if `variant="rounded"`. */
|
|
9
|
+
rounded: string;
|
|
10
|
+
/** Styles applied to the root element if `variant="square"`. */
|
|
11
|
+
square: string;
|
|
12
|
+
/** Styles applied to the img element if either `src` or `srcSet` is defined. */
|
|
13
|
+
img: string;
|
|
14
|
+
/** Styles applied to the fallback icon */
|
|
15
|
+
fallback: string;
|
|
16
|
+
}
|
|
17
|
+
export type AvatarClassKey = keyof AvatarClasses;
|
|
18
|
+
export declare function getAvatarUtilityClass(slot: string): string;
|
|
19
|
+
declare const avatarClasses: AvatarClasses;
|
|
20
|
+
export default avatarClasses;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export interface AvatarGroupClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the avatar elements. */
|
|
5
|
-
avatar: string;
|
|
6
|
-
}
|
|
7
|
-
export type AvatarGroupClassKey = keyof AvatarGroupClasses;
|
|
8
|
-
export declare function getAvatarGroupUtilityClass(slot: string): string;
|
|
9
|
-
declare const avatarGroupClasses: AvatarGroupClasses;
|
|
10
|
-
export default avatarGroupClasses;
|
|
1
|
+
export interface AvatarGroupClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the avatar elements. */
|
|
5
|
+
avatar: string;
|
|
6
|
+
}
|
|
7
|
+
export type AvatarGroupClassKey = keyof AvatarGroupClasses;
|
|
8
|
+
export declare function getAvatarGroupUtilityClass(slot: string): string;
|
|
9
|
+
declare const avatarGroupClasses: AvatarGroupClasses;
|
|
10
|
+
export default avatarGroupClasses;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export interface BackdropClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `invisible={true}`. */
|
|
5
|
-
invisible: string;
|
|
6
|
-
}
|
|
7
|
-
export type BackdropClassKey = keyof BackdropClasses;
|
|
8
|
-
export declare function getBackdropUtilityClass(slot: string): string;
|
|
9
|
-
declare const backdropClasses: BackdropClasses;
|
|
10
|
-
export default backdropClasses;
|
|
1
|
+
export interface BackdropClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `invisible={true}`. */
|
|
5
|
+
invisible: string;
|
|
6
|
+
}
|
|
7
|
+
export type BackdropClassKey = keyof BackdropClasses;
|
|
8
|
+
export declare function getBackdropUtilityClass(slot: string): string;
|
|
9
|
+
declare const backdropClasses: BackdropClasses;
|
|
10
|
+
export default backdropClasses;
|