@carto/meridian-ds 0.1.0
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/CHANGELOG.md +1 -0
- package/LICENSE +29 -0
- package/README.md +38 -0
- package/dist/Alert-Dd9Op7y8.js +4754 -0
- package/dist/Alert-l8e3Fw5e.cjs +4 -0
- package/dist/arrow-drop-icon-BGl72Unt.cjs +1 -0
- package/dist/arrow-drop-icon-CHxPlPIN.js +16 -0
- package/dist/components/index.cjs +1 -0
- package/dist/components/index.js +1249 -0
- package/dist/createSvgIcon-BhsoeSAN.cjs +68 -0
- package/dist/createSvgIcon-CcKa-Sbo.js +3929 -0
- package/dist/custom-icons/index.cjs +1 -0
- package/dist/custom-icons/index.js +60 -0
- package/dist/jsx-runtime-B6kdoens.js +634 -0
- package/dist/jsx-runtime-Cek9Ww4S.cjs +30 -0
- package/dist/paletteUtils-B489IFFw.js +320 -0
- package/dist/paletteUtils-DELR0VRh.cjs +3 -0
- package/dist/search-icon-DHF2JDWR.cjs +1 -0
- package/dist/search-icon-FnUa1LqH.js +38 -0
- package/dist/theme/index.cjs +76 -0
- package/dist/theme/index.js +3863 -0
- package/dist/types/components/atoms/Button.d.ts +7 -0
- package/dist/types/components/atoms/Button.d.ts.map +1 -0
- package/dist/types/components/atoms/LabelWithIndicator.d.ts +8 -0
- package/dist/types/components/atoms/LabelWithIndicator.d.ts.map +1 -0
- package/dist/types/components/atoms/PasswordField.d.ts +4 -0
- package/dist/types/components/atoms/PasswordField.d.ts.map +1 -0
- package/dist/types/components/atoms/SelectField.d.ts +15 -0
- package/dist/types/components/atoms/SelectField.d.ts.map +1 -0
- package/dist/types/components/atoms/ToggleButtonGroup.d.ts +7 -0
- package/dist/types/components/atoms/ToggleButtonGroup.d.ts.map +1 -0
- package/dist/types/components/atoms/Typography.d.ts +14 -0
- package/dist/types/components/atoms/Typography.d.ts.map +1 -0
- package/dist/types/components/atoms/index.d.ts +13 -0
- package/dist/types/components/atoms/index.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +7 -0
- package/dist/types/components/index.d.ts.map +1 -0
- package/dist/types/components/molecules/AccordionGroup.d.ts +12 -0
- package/dist/types/components/molecules/AccordionGroup.d.ts.map +1 -0
- package/dist/types/components/molecules/Alert.d.ts +18 -0
- package/dist/types/components/molecules/Alert.d.ts.map +1 -0
- package/dist/types/components/molecules/Autocomplete.d.ts +19 -0
- package/dist/types/components/molecules/Autocomplete.d.ts.map +1 -0
- package/dist/types/components/molecules/Avatar.d.ts +6 -0
- package/dist/types/components/molecules/Avatar.d.ts.map +1 -0
- package/dist/types/components/molecules/Menu/Menu.d.ts +8 -0
- package/dist/types/components/molecules/Menu/Menu.d.ts.map +1 -0
- package/dist/types/components/molecules/Menu/MenuItem.d.ts +10 -0
- package/dist/types/components/molecules/Menu/MenuItem.d.ts.map +1 -0
- package/dist/types/components/molecules/Menu/MenuList.d.ts +8 -0
- package/dist/types/components/molecules/Menu/MenuList.d.ts.map +1 -0
- package/dist/types/components/molecules/Menu/index.d.ts +7 -0
- package/dist/types/components/molecules/Menu/index.d.ts.map +1 -0
- package/dist/types/components/molecules/MultipleSelectField/Filters.d.ts +9 -0
- package/dist/types/components/molecules/MultipleSelectField/Filters.d.ts.map +1 -0
- package/dist/types/components/molecules/MultipleSelectField/MultipleSelectField.d.ts +31 -0
- package/dist/types/components/molecules/MultipleSelectField/MultipleSelectField.d.ts.map +1 -0
- package/dist/types/components/molecules/MultipleSelectField/index.d.ts +3 -0
- package/dist/types/components/molecules/MultipleSelectField/index.d.ts.map +1 -0
- package/dist/types/components/molecules/MultipleSelectField/useMultipleSelectField.d.ts +11 -0
- package/dist/types/components/molecules/MultipleSelectField/useMultipleSelectField.d.ts.map +1 -0
- package/dist/types/components/molecules/Table/TablePaginationActions.d.ts +9 -0
- package/dist/types/components/molecules/Table/TablePaginationActions.d.ts.map +1 -0
- package/dist/types/components/molecules/Table/index.d.ts +3 -0
- package/dist/types/components/molecules/Table/index.d.ts.map +1 -0
- package/dist/types/components/molecules/UploadField/FilesAction.d.ts +13 -0
- package/dist/types/components/molecules/UploadField/FilesAction.d.ts.map +1 -0
- package/dist/types/components/molecules/UploadField/StyledUploadField.d.ts +8 -0
- package/dist/types/components/molecules/UploadField/StyledUploadField.d.ts.map +1 -0
- package/dist/types/components/molecules/UploadField/UploadField.d.ts +15 -0
- package/dist/types/components/molecules/UploadField/UploadField.d.ts.map +1 -0
- package/dist/types/components/molecules/UploadField/UploadFieldBase.d.ts +17 -0
- package/dist/types/components/molecules/UploadField/UploadFieldBase.d.ts.map +1 -0
- package/dist/types/components/molecules/UploadField/index.d.ts +5 -0
- package/dist/types/components/molecules/UploadField/index.d.ts.map +1 -0
- package/dist/types/components/molecules/UploadField/useFileUpload.d.ts +19 -0
- package/dist/types/components/molecules/UploadField/useFileUpload.d.ts.map +1 -0
- package/dist/types/components/molecules/index.d.ts +17 -0
- package/dist/types/components/molecules/index.d.ts.map +1 -0
- package/dist/types/components/organisms/AppBar/AppBar.d.ts +11 -0
- package/dist/types/components/organisms/AppBar/AppBar.d.ts.map +1 -0
- package/dist/types/components/organisms/AppBar/BrandLogo.d.ts +4 -0
- package/dist/types/components/organisms/AppBar/BrandLogo.d.ts.map +1 -0
- package/dist/types/components/organisms/AppBar/BrandText.d.ts +4 -0
- package/dist/types/components/organisms/AppBar/BrandText.d.ts.map +1 -0
- package/dist/types/components/organisms/AppBar/BurgerMenu.d.ts +4 -0
- package/dist/types/components/organisms/AppBar/BurgerMenu.d.ts.map +1 -0
- package/dist/types/components/organisms/AppBar/SecondaryText.d.ts +4 -0
- package/dist/types/components/organisms/AppBar/SecondaryText.d.ts.map +1 -0
- package/dist/types/components/organisms/AppBar/index.d.ts +3 -0
- package/dist/types/components/organisms/AppBar/index.d.ts.map +1 -0
- package/dist/types/components/organisms/TooltipData.d.ts +12 -0
- package/dist/types/components/organisms/TooltipData.d.ts.map +1 -0
- package/dist/types/components/organisms/index.d.ts +5 -0
- package/dist/types/components/organisms/index.d.ts.map +1 -0
- package/dist/types/custom-icons/arrow-drop-icon.d.ts +3 -0
- package/dist/types/custom-icons/arrow-drop-icon.d.ts.map +1 -0
- package/dist/types/custom-icons/circle-icon.d.ts +3 -0
- package/dist/types/custom-icons/circle-icon.d.ts.map +1 -0
- package/dist/types/custom-icons/cursor-icon.d.ts +3 -0
- package/dist/types/custom-icons/cursor-icon.d.ts.map +1 -0
- package/dist/types/custom-icons/graph-line-icon.d.ts +3 -0
- package/dist/types/custom-icons/graph-line-icon.d.ts.map +1 -0
- package/dist/types/custom-icons/index.d.ts +12 -0
- package/dist/types/custom-icons/index.d.ts.map +1 -0
- package/dist/types/custom-icons/lasso-icon.d.ts +3 -0
- package/dist/types/custom-icons/lasso-icon.d.ts.map +1 -0
- package/dist/types/custom-icons/layer-icon.d.ts +3 -0
- package/dist/types/custom-icons/layer-icon.d.ts.map +1 -0
- package/dist/types/custom-icons/opacity-icon.d.ts +3 -0
- package/dist/types/custom-icons/opacity-icon.d.ts.map +1 -0
- package/dist/types/custom-icons/polygon-icon.d.ts +3 -0
- package/dist/types/custom-icons/polygon-icon.d.ts.map +1 -0
- package/dist/types/custom-icons/rectangle-icon.d.ts +3 -0
- package/dist/types/custom-icons/rectangle-icon.d.ts.map +1 -0
- package/dist/types/custom-icons/search-icon.d.ts +3 -0
- package/dist/types/custom-icons/search-icon.d.ts.map +1 -0
- package/dist/types/custom-icons/upload-icon.d.ts +3 -0
- package/dist/types/custom-icons/upload-icon.d.ts.map +1 -0
- package/dist/types/hooks/useImperativeIntl.d.ts +3 -0
- package/dist/types/hooks/useImperativeIntl.d.ts.map +1 -0
- package/dist/types/hooks/usePrevious.d.ts +2 -0
- package/dist/types/hooks/usePrevious.d.ts.map +1 -0
- package/dist/types/hooks/useSkeleton.d.ts +5 -0
- package/dist/types/hooks/useSkeleton.d.ts.map +1 -0
- package/dist/types/localization/en.d.ts +120 -0
- package/dist/types/localization/en.d.ts.map +1 -0
- package/dist/types/localization/es.d.ts +118 -0
- package/dist/types/localization/es.d.ts.map +1 -0
- package/dist/types/localization/id.d.ts +120 -0
- package/dist/types/localization/id.d.ts.map +1 -0
- package/dist/types/localization/index.d.ts +355 -0
- package/dist/types/localization/index.d.ts.map +1 -0
- package/dist/types/theme/carto-theme.d.ts +4077 -0
- package/dist/types/theme/carto-theme.d.ts.map +1 -0
- package/dist/types/theme/index.d.ts +5 -0
- package/dist/types/theme/index.d.ts.map +1 -0
- package/dist/types/theme/sections/components/buttons.d.ts +3 -0
- package/dist/types/theme/sections/components/buttons.d.ts.map +1 -0
- package/dist/types/theme/sections/components/data-display.d.ts +4 -0
- package/dist/types/theme/sections/components/data-display.d.ts.map +1 -0
- package/dist/types/theme/sections/components/feedback.d.ts +3 -0
- package/dist/types/theme/sections/components/feedback.d.ts.map +1 -0
- package/dist/types/theme/sections/components/forms.d.ts +3 -0
- package/dist/types/theme/sections/components/forms.d.ts.map +1 -0
- package/dist/types/theme/sections/components/navigation.d.ts +3 -0
- package/dist/types/theme/sections/components/navigation.d.ts.map +1 -0
- package/dist/types/theme/sections/components/surfaces.d.ts +3 -0
- package/dist/types/theme/sections/components/surfaces.d.ts.map +1 -0
- package/dist/types/theme/sections/css-baseline.d.ts +905 -0
- package/dist/types/theme/sections/css-baseline.d.ts.map +1 -0
- package/dist/types/theme/sections/palette.d.ts +4 -0
- package/dist/types/theme/sections/palette.d.ts.map +1 -0
- package/dist/types/theme/sections/shadows.d.ts +3 -0
- package/dist/types/theme/sections/shadows.d.ts.map +1 -0
- package/dist/types/theme/sections/typography.d.ts +1706 -0
- package/dist/types/theme/sections/typography.d.ts.map +1 -0
- package/dist/types/theme/theme-constants.d.ts +14 -0
- package/dist/types/theme/theme-constants.d.ts.map +1 -0
- package/dist/types/theme/theme-utils.d.ts +2 -0
- package/dist/types/theme/theme-utils.d.ts.map +1 -0
- package/dist/types/theme/types.d.ts +99 -0
- package/dist/types/theme/types.d.ts.map +1 -0
- package/dist/types/utils/animationUtils.d.ts +30 -0
- package/dist/types/utils/animationUtils.d.ts.map +1 -0
- package/dist/types/utils/chartConstants.d.ts +7 -0
- package/dist/types/utils/chartConstants.d.ts.map +1 -0
- package/dist/types/utils/detectTouchScreen.d.ts +2 -0
- package/dist/types/utils/detectTouchScreen.d.ts.map +1 -0
- package/dist/types/utils/formatterUtils.d.ts +18 -0
- package/dist/types/utils/formatterUtils.d.ts.map +1 -0
- package/dist/types/utils/legendUtils.d.ts +99 -0
- package/dist/types/utils/legendUtils.d.ts.map +1 -0
- package/dist/types/utils/localeUtils.d.ts +7 -0
- package/dist/types/utils/localeUtils.d.ts.map +1 -0
- package/dist/types/utils/paletteUtils.d.ts +25 -0
- package/dist/types/utils/paletteUtils.d.ts.map +1 -0
- package/dist/types/utils/uniqueId.d.ts +19 -0
- package/dist/types/utils/uniqueId.d.ts.map +1 -0
- package/dist/types/widgets/BarWidgetUI/BarSkeleton.d.ts +4 -0
- package/dist/types/widgets/BarWidgetUI/BarSkeleton.d.ts.map +1 -0
- package/dist/types/widgets/BarWidgetUI/BarWidgetUI.d.ts +33 -0
- package/dist/types/widgets/BarWidgetUI/BarWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/BarWidgetUI/useProcessedProps.d.ts +22 -0
- package/dist/types/widgets/BarWidgetUI/useProcessedProps.d.ts.map +1 -0
- package/dist/types/widgets/CategoryWidgetUI/CategorySkeleton.d.ts +3 -0
- package/dist/types/widgets/CategoryWidgetUI/CategorySkeleton.d.ts.map +1 -0
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.d.ts +25 -0
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts +37 -0
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts.map +1 -0
- package/dist/types/widgets/ChartLegend.d.ts +10 -0
- package/dist/types/widgets/ChartLegend.d.ts.map +1 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIDropdown.d.ts +18 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIDropdown.d.ts.map +1 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIGeometryChips.d.ts +17 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIGeometryChips.d.ts.map +1 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIToggleButton.d.ts +15 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionUIToggleButton.d.ts.map +1 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.d.ts +27 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/FeatureSelectionWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/index.d.ts +9 -0
- package/dist/types/widgets/FeatureSelectionWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/FormulaWidgetUI/FormulaSkeleton.d.ts +3 -0
- package/dist/types/widgets/FormulaWidgetUI/FormulaSkeleton.d.ts.map +1 -0
- package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.d.ts +16 -0
- package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/HistogramWidgetUI/HistogramSkeleton.d.ts +6 -0
- package/dist/types/widgets/HistogramWidgetUI/HistogramSkeleton.d.ts.map +1 -0
- package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.d.ts +27 -0
- package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/HistogramWidgetUI/useHistogramInteractivity.d.ts +20 -0
- package/dist/types/widgets/HistogramWidgetUI/useHistogramInteractivity.d.ts.map +1 -0
- package/dist/types/widgets/NoDataAlert.d.ts +6 -0
- package/dist/types/widgets/NoDataAlert.d.ts.map +1 -0
- package/dist/types/widgets/PieWidgetUI/PieCentralText.d.ts +11 -0
- package/dist/types/widgets/PieWidgetUI/PieCentralText.d.ts.map +1 -0
- package/dist/types/widgets/PieWidgetUI/PieSkeleton.d.ts +4 -0
- package/dist/types/widgets/PieWidgetUI/PieSkeleton.d.ts.map +1 -0
- package/dist/types/widgets/PieWidgetUI/PieWidgetUI.d.ts +31 -0
- package/dist/types/widgets/PieWidgetUI/PieWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/PieWidgetUI/usePieCategories.d.ts +16 -0
- package/dist/types/widgets/PieWidgetUI/usePieCategories.d.ts.map +1 -0
- package/dist/types/widgets/RangeWidgetUI/RangeSkeleton.d.ts +2 -0
- package/dist/types/widgets/RangeWidgetUI/RangeSkeleton.d.ts.map +1 -0
- package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.d.ts +16 -0
- package/dist/types/widgets/RangeWidgetUI/RangeWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/ReactEcharts.d.ts +8 -0
- package/dist/types/widgets/ReactEcharts.d.ts.map +1 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotSkeleton.d.ts +4 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotSkeleton.d.ts.map +1 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.d.ts +16 -0
- package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/SkeletonWidgets.d.ts +20 -0
- package/dist/types/widgets/SkeletonWidgets.d.ts.map +1 -0
- package/dist/types/widgets/TableWidgetUI/TableSkeleton.d.ts +7 -0
- package/dist/types/widgets/TableWidgetUI/TableSkeleton.d.ts.map +1 -0
- package/dist/types/widgets/TableWidgetUI/TableSkeletonRow.d.ts +6 -0
- package/dist/types/widgets/TableWidgetUI/TableSkeletonRow.d.ts.map +1 -0
- package/dist/types/widgets/TableWidgetUI/TableWidgetUI.d.ts +30 -0
- package/dist/types/widgets/TableWidgetUI/TableWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesContext.d.ts +21 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesContext.d.ts.map +1 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.d.ts +4 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesChart.d.ts +14 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesChart.d.ts.map +1 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesControls.d.ts +3 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesControls.d.ts.map +1 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesLayout.d.ts +8 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesLayout.d.ts.map +1 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesSkeleton.d.ts +4 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesSkeleton.d.ts.map +1 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/index.d.ts +9 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/index.d.ts.map +1 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.d.ts +99 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.d.ts.map +1 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/useTimeSeriesInteractivity.d.ts +43 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/useTimeSeriesInteractivity.d.ts.map +1 -0
- package/dist/types/widgets/WrapperWidgetUI.d.ts +36 -0
- package/dist/types/widgets/WrapperWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/comparative/AnimatedNumber/AnimatedNumber.d.ts +9 -0
- package/dist/types/widgets/comparative/AnimatedNumber/AnimatedNumber.d.ts.map +1 -0
- package/dist/types/widgets/comparative/AnimatedNumber/useAnimatedNumber.d.ts +11 -0
- package/dist/types/widgets/comparative/AnimatedNumber/useAnimatedNumber.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryItem.d.ts +17 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryItem.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts +23 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.styled.d.ts +45 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.styled.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts +20 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.d.ts +21 -0
- package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/ComparativeFormulaWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/FormulaLabel.d.ts +5 -0
- package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/FormulaLabel.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/FormulaValue.d.ts +10 -0
- package/dist/types/widgets/comparative/ComparativeFormulaWidgetUI/FormulaValue.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativePieWidgetUI.d.ts +22 -0
- package/dist/types/widgets/comparative/ComparativePieWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/index.d.ts +33 -0
- package/dist/types/widgets/index.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendLayer.d.ts +37 -0
- package/dist/types/widgets/legend/LegendLayer.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendLayerTitle.d.ts +8 -0
- package/dist/types/widgets/legend/LegendLayerTitle.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendLayerVariable.d.ts +9 -0
- package/dist/types/widgets/legend/LegendLayerVariable.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendOpacityControl.d.ts +14 -0
- package/dist/types/widgets/legend/LegendOpacityControl.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendWidgetUI.d.ts +48 -0
- package/dist/types/widgets/legend/LegendWidgetUI.d.ts.map +1 -0
- package/dist/types/widgets/legend/LegendWidgetUI.styles.d.ts +31 -0
- package/dist/types/widgets/legend/LegendWidgetUI.styles.d.ts.map +1 -0
- package/dist/types/widgets/legend/index.d.ts +7 -0
- package/dist/types/widgets/legend/index.d.ts.map +1 -0
- package/dist/types/widgets/legend/legend-types/LegendCategories.d.ts +6 -0
- package/dist/types/widgets/legend/legend-types/LegendCategories.d.ts.map +1 -0
- package/dist/types/widgets/legend/legend-types/LegendIcon.d.ts +6 -0
- package/dist/types/widgets/legend/legend-types/LegendIcon.d.ts.map +1 -0
- package/dist/types/widgets/legend/legend-types/LegendProportion.d.ts +9 -0
- package/dist/types/widgets/legend/legend-types/LegendProportion.d.ts.map +1 -0
- package/dist/types/widgets/legend/legend-types/LegendRamp.d.ts +7 -0
- package/dist/types/widgets/legend/legend-types/LegendRamp.d.ts.map +1 -0
- package/dist/types/widgets/legend/legend-types/index.d.ts +9 -0
- package/dist/types/widgets/legend/legend-types/index.d.ts.map +1 -0
- package/dist/widgets/index.cjs +33 -0
- package/dist/widgets/index.js +5865 -0
- package/package.json +156 -0
|
@@ -0,0 +1,4077 @@
|
|
|
1
|
+
import { Breakpoint, Direction } from '@mui/material';
|
|
2
|
+
export declare const cartoThemeOptions: {
|
|
3
|
+
themeName: string;
|
|
4
|
+
breakpoints: {
|
|
5
|
+
keys: Breakpoint[];
|
|
6
|
+
values: {
|
|
7
|
+
xs: number;
|
|
8
|
+
sm: number;
|
|
9
|
+
md: number;
|
|
10
|
+
lg: number;
|
|
11
|
+
xl: number;
|
|
12
|
+
};
|
|
13
|
+
unit: string;
|
|
14
|
+
step: number;
|
|
15
|
+
};
|
|
16
|
+
direction: Direction;
|
|
17
|
+
mixins: {
|
|
18
|
+
toolbar: {
|
|
19
|
+
minHeight: number;
|
|
20
|
+
'@media (min-width:0px) and (orientation: landscape)': {
|
|
21
|
+
minHeight: number;
|
|
22
|
+
};
|
|
23
|
+
'@media (min-width:600px)': {
|
|
24
|
+
minHeight: number;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
palette: Partial<import('@mui/material').Palette>;
|
|
29
|
+
shadows: import('@mui/material').Shadows;
|
|
30
|
+
typography: {
|
|
31
|
+
captionMedium: {
|
|
32
|
+
fontWeight: number;
|
|
33
|
+
letterSpacing: string;
|
|
34
|
+
'@font-face'?: import('@mui/material/styles/createTypography').Fontface | import('@mui/material/styles/createTypography').Fontface[];
|
|
35
|
+
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
36
|
+
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
37
|
+
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
38
|
+
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
39
|
+
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
40
|
+
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
41
|
+
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
42
|
+
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
43
|
+
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
44
|
+
animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
45
|
+
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
46
|
+
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
47
|
+
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
48
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
49
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
50
|
+
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
51
|
+
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
52
|
+
appearance?: import("csstype").Property.Appearance | undefined;
|
|
53
|
+
aspectRatio?: import("csstype").Property.AspectRatio | undefined;
|
|
54
|
+
backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
|
|
55
|
+
backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
56
|
+
backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
|
|
57
|
+
backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
|
|
58
|
+
backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
59
|
+
backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
|
|
60
|
+
backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
|
|
61
|
+
backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
62
|
+
backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
|
|
63
|
+
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
64
|
+
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
65
|
+
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
66
|
+
blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
|
|
67
|
+
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
68
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
69
|
+
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
70
|
+
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
71
|
+
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
72
|
+
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
73
|
+
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
74
|
+
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
75
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
76
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
77
|
+
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
78
|
+
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
79
|
+
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
80
|
+
borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
|
|
81
|
+
borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
|
|
82
|
+
borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
|
|
83
|
+
borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
|
|
84
|
+
borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
|
|
85
|
+
borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
|
|
86
|
+
borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
|
|
87
|
+
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
88
|
+
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
89
|
+
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
90
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
91
|
+
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
92
|
+
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
93
|
+
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
94
|
+
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
95
|
+
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
96
|
+
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
97
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
98
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
99
|
+
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
100
|
+
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
101
|
+
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
102
|
+
borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
|
|
103
|
+
borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
|
|
104
|
+
borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
|
|
105
|
+
borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
|
|
106
|
+
borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
|
|
107
|
+
borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
|
|
108
|
+
borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
|
|
109
|
+
borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
|
110
|
+
borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
|
111
|
+
borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
|
|
112
|
+
borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
|
|
113
|
+
bottom?: import("csstype").Property.Bottom<string | number> | undefined;
|
|
114
|
+
boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
115
|
+
boxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
116
|
+
boxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
117
|
+
breakAfter?: import("csstype").Property.BreakAfter | undefined;
|
|
118
|
+
breakBefore?: import("csstype").Property.BreakBefore | undefined;
|
|
119
|
+
breakInside?: import("csstype").Property.BreakInside | undefined;
|
|
120
|
+
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
|
121
|
+
caretColor?: import("csstype").Property.CaretColor | undefined;
|
|
122
|
+
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
123
|
+
clear?: import("csstype").Property.Clear | undefined;
|
|
124
|
+
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
125
|
+
color?: import("csstype").Property.Color | undefined;
|
|
126
|
+
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
127
|
+
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
128
|
+
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
129
|
+
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
130
|
+
columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
|
131
|
+
columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
132
|
+
columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
133
|
+
columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
134
|
+
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
135
|
+
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
136
|
+
contain?: import("csstype").Property.Contain | undefined;
|
|
137
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
|
138
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
|
|
139
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
|
140
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
|
|
141
|
+
containerName?: import("csstype").Property.ContainerName | undefined;
|
|
142
|
+
containerType?: import("csstype").Property.ContainerType | undefined;
|
|
143
|
+
content?: import("csstype").Property.Content | undefined;
|
|
144
|
+
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
|
145
|
+
counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
|
|
146
|
+
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
147
|
+
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
148
|
+
cursor?: import("csstype").Property.Cursor | undefined;
|
|
149
|
+
direction?: import("csstype").Property.Direction | undefined;
|
|
150
|
+
display?: import("csstype").Property.Display | undefined;
|
|
151
|
+
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
152
|
+
filter?: import("csstype").Property.Filter | undefined;
|
|
153
|
+
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
154
|
+
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
155
|
+
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
156
|
+
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
157
|
+
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
158
|
+
float?: import("csstype").Property.Float | undefined;
|
|
159
|
+
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
160
|
+
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
161
|
+
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
162
|
+
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
163
|
+
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
|
164
|
+
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
|
165
|
+
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
166
|
+
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
167
|
+
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
168
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
169
|
+
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
170
|
+
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
171
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
172
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
173
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
174
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
175
|
+
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
176
|
+
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
177
|
+
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
178
|
+
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
|
|
179
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
|
180
|
+
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
|
181
|
+
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
|
182
|
+
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
183
|
+
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
184
|
+
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
185
|
+
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
186
|
+
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
187
|
+
gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
|
|
188
|
+
gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
|
|
189
|
+
gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
|
|
190
|
+
gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
|
|
191
|
+
gridRowStart?: import("csstype").Property.GridRowStart | undefined;
|
|
192
|
+
gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
|
|
193
|
+
gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
|
|
194
|
+
gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
|
|
195
|
+
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
|
196
|
+
height?: import("csstype").Property.Height<string | number> | undefined;
|
|
197
|
+
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
|
198
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
|
199
|
+
hyphens?: import("csstype").Property.Hyphens | undefined;
|
|
200
|
+
imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
|
|
201
|
+
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
202
|
+
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
203
|
+
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
204
|
+
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
205
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
206
|
+
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
207
|
+
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
208
|
+
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
209
|
+
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
210
|
+
isolation?: import("csstype").Property.Isolation | undefined;
|
|
211
|
+
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
212
|
+
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
213
|
+
justifySelf?: import("csstype").Property.JustifySelf | undefined;
|
|
214
|
+
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
215
|
+
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
216
|
+
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
217
|
+
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
218
|
+
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
219
|
+
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
|
220
|
+
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
|
221
|
+
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
|
222
|
+
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
|
223
|
+
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
|
224
|
+
marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
|
|
225
|
+
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
226
|
+
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
227
|
+
marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
|
|
228
|
+
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
229
|
+
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
230
|
+
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
231
|
+
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
232
|
+
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
233
|
+
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
234
|
+
maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
|
235
|
+
maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
|
|
236
|
+
maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
|
|
237
|
+
maskClip?: import("csstype").Property.MaskClip | undefined;
|
|
238
|
+
maskComposite?: import("csstype").Property.MaskComposite | undefined;
|
|
239
|
+
maskImage?: import("csstype").Property.MaskImage | undefined;
|
|
240
|
+
maskMode?: import("csstype").Property.MaskMode | undefined;
|
|
241
|
+
maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
|
|
242
|
+
maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
|
|
243
|
+
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
244
|
+
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
245
|
+
maskType?: import("csstype").Property.MaskType | undefined;
|
|
246
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
247
|
+
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
248
|
+
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
249
|
+
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
250
|
+
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
|
|
251
|
+
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
|
252
|
+
maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
|
|
253
|
+
maxLines?: import("csstype").Property.MaxLines | undefined;
|
|
254
|
+
maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
|
|
255
|
+
minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
|
|
256
|
+
minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
|
|
257
|
+
minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
|
|
258
|
+
minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
|
|
259
|
+
mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
|
|
260
|
+
motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
261
|
+
motionPath?: import("csstype").Property.OffsetPath | undefined;
|
|
262
|
+
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
263
|
+
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
264
|
+
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
265
|
+
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
266
|
+
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
267
|
+
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
268
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
|
|
269
|
+
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
|
270
|
+
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
271
|
+
opacity?: import("csstype").Property.Opacity | undefined;
|
|
272
|
+
order?: import("csstype").Property.Order | undefined;
|
|
273
|
+
orphans?: import("csstype").Property.Orphans | undefined;
|
|
274
|
+
outlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
275
|
+
outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
|
|
276
|
+
outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
277
|
+
outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
278
|
+
overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
|
|
279
|
+
overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
|
|
280
|
+
overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
|
|
281
|
+
overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
|
|
282
|
+
overflowInline?: import("csstype").Property.OverflowInline | undefined;
|
|
283
|
+
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
284
|
+
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
285
|
+
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
286
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
287
|
+
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
288
|
+
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
289
|
+
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
290
|
+
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
|
291
|
+
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
|
292
|
+
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
|
293
|
+
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
|
|
294
|
+
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
295
|
+
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
296
|
+
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
|
|
297
|
+
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
298
|
+
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
299
|
+
page?: import("csstype").Property.Page | undefined;
|
|
300
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
301
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
302
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
303
|
+
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
304
|
+
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
305
|
+
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
306
|
+
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
307
|
+
position?: import("csstype").Property.Position | undefined;
|
|
308
|
+
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
309
|
+
quotes?: import("csstype").Property.Quotes | undefined;
|
|
310
|
+
resize?: import("csstype").Property.Resize | undefined;
|
|
311
|
+
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
312
|
+
rotate?: import("csstype").Property.Rotate | undefined;
|
|
313
|
+
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
314
|
+
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
315
|
+
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
316
|
+
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
317
|
+
scale?: import("csstype").Property.Scale | undefined;
|
|
318
|
+
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
319
|
+
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
320
|
+
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
321
|
+
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
322
|
+
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
|
323
|
+
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
|
324
|
+
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
325
|
+
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
326
|
+
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
327
|
+
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
|
328
|
+
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
|
|
329
|
+
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
|
|
330
|
+
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
|
331
|
+
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
|
|
332
|
+
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
|
|
333
|
+
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
|
|
334
|
+
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
|
|
335
|
+
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
|
336
|
+
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
337
|
+
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
338
|
+
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
339
|
+
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
340
|
+
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
|
341
|
+
scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
|
342
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
|
|
343
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
|
|
344
|
+
scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
|
|
345
|
+
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
|
346
|
+
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
|
347
|
+
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
348
|
+
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
349
|
+
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
350
|
+
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
351
|
+
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
352
|
+
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
353
|
+
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
354
|
+
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
355
|
+
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
356
|
+
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
357
|
+
textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
|
|
358
|
+
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
|
359
|
+
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
360
|
+
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
|
361
|
+
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
|
362
|
+
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
|
363
|
+
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
|
364
|
+
textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
|
|
365
|
+
textJustify?: import("csstype").Property.TextJustify | undefined;
|
|
366
|
+
textOrientation?: import("csstype").Property.TextOrientation | undefined;
|
|
367
|
+
textOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
368
|
+
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
369
|
+
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
370
|
+
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
371
|
+
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
372
|
+
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
373
|
+
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
374
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
375
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
376
|
+
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
377
|
+
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
378
|
+
transform?: import("csstype").Property.Transform | undefined;
|
|
379
|
+
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
380
|
+
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
381
|
+
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
382
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
383
|
+
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
384
|
+
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
385
|
+
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
386
|
+
transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
387
|
+
translate?: import("csstype").Property.Translate<string | number> | undefined;
|
|
388
|
+
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
389
|
+
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
390
|
+
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
391
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
392
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
393
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
394
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
395
|
+
visibility?: import("csstype").Property.Visibility | undefined;
|
|
396
|
+
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
397
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
398
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
399
|
+
widows?: import("csstype").Property.Widows | undefined;
|
|
400
|
+
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
401
|
+
willChange?: import("csstype").Property.WillChange | undefined;
|
|
402
|
+
wordBreak?: import("csstype").Property.WordBreak | undefined;
|
|
403
|
+
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
404
|
+
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
405
|
+
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
406
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
407
|
+
zoom?: import("csstype").Property.Zoom | undefined;
|
|
408
|
+
all?: import("csstype").Property.All | undefined;
|
|
409
|
+
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
410
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
411
|
+
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
412
|
+
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
413
|
+
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
414
|
+
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
415
|
+
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
416
|
+
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
417
|
+
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
418
|
+
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
419
|
+
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
420
|
+
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
421
|
+
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
422
|
+
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
423
|
+
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
424
|
+
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
425
|
+
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
426
|
+
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
|
427
|
+
borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
|
|
428
|
+
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
|
429
|
+
caret?: import("csstype").Property.Caret | undefined;
|
|
430
|
+
columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
431
|
+
columns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
432
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
|
|
433
|
+
container?: import("csstype").Property.Container | undefined;
|
|
434
|
+
flex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
435
|
+
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
436
|
+
font?: import("csstype").Property.Font | undefined;
|
|
437
|
+
gap?: import("csstype").Property.Gap<string | number> | undefined;
|
|
438
|
+
grid?: import("csstype").Property.Grid | undefined;
|
|
439
|
+
gridArea?: import("csstype").Property.GridArea | undefined;
|
|
440
|
+
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
|
441
|
+
gridRow?: import("csstype").Property.GridRow | undefined;
|
|
442
|
+
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
|
443
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
444
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
445
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
446
|
+
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
|
447
|
+
listStyle?: import("csstype").Property.ListStyle | undefined;
|
|
448
|
+
margin?: import("csstype").Property.Margin<string | number> | undefined;
|
|
449
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
450
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
451
|
+
mask?: import("csstype").Property.Mask<string | number> | undefined;
|
|
452
|
+
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
|
453
|
+
motion?: import("csstype").Property.Offset<string | number> | undefined;
|
|
454
|
+
offset?: import("csstype").Property.Offset<string | number> | undefined;
|
|
455
|
+
outline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
456
|
+
overflow?: import("csstype").Property.Overflow | undefined;
|
|
457
|
+
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
|
458
|
+
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
|
459
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
460
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
461
|
+
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
462
|
+
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
463
|
+
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
464
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
465
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
466
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
467
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
|
468
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
|
469
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
|
470
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
471
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
472
|
+
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
473
|
+
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
474
|
+
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
475
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
476
|
+
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
477
|
+
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
478
|
+
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
479
|
+
MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
480
|
+
MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
481
|
+
MozAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
482
|
+
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
483
|
+
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
484
|
+
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
485
|
+
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
486
|
+
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
487
|
+
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
488
|
+
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
489
|
+
MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
490
|
+
MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
|
|
491
|
+
MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
|
|
492
|
+
MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
493
|
+
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
494
|
+
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
495
|
+
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
496
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
497
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
498
|
+
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
499
|
+
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
500
|
+
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
501
|
+
MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
502
|
+
MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
|
|
503
|
+
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
504
|
+
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
505
|
+
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
506
|
+
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
507
|
+
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
508
|
+
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
509
|
+
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
510
|
+
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
511
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
512
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
513
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
514
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
515
|
+
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
516
|
+
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
517
|
+
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
518
|
+
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
519
|
+
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
520
|
+
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
521
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
522
|
+
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
523
|
+
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
524
|
+
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
525
|
+
MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
|
|
526
|
+
msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
|
|
527
|
+
msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
|
|
528
|
+
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
|
|
529
|
+
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
|
|
530
|
+
msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
|
|
531
|
+
msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
|
|
532
|
+
msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
|
|
533
|
+
msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
|
|
534
|
+
msFilter?: import("csstype").Property.MsFilter | undefined;
|
|
535
|
+
msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
536
|
+
msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
|
|
537
|
+
msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
|
|
538
|
+
msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
|
|
539
|
+
msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
|
|
540
|
+
msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
|
|
541
|
+
msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
|
|
542
|
+
msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
|
|
543
|
+
msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
|
|
544
|
+
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
|
|
545
|
+
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
546
|
+
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
|
547
|
+
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
548
|
+
msOrder?: import("csstype").Property.Order | undefined;
|
|
549
|
+
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
|
|
550
|
+
msOverflowX?: import("csstype").Property.OverflowX | undefined;
|
|
551
|
+
msOverflowY?: import("csstype").Property.OverflowY | undefined;
|
|
552
|
+
msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
|
|
553
|
+
msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
|
|
554
|
+
msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
|
|
555
|
+
msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
|
|
556
|
+
msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
|
|
557
|
+
msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
|
|
558
|
+
msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
|
|
559
|
+
msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
|
|
560
|
+
msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
|
|
561
|
+
msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
|
|
562
|
+
msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
|
|
563
|
+
msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
|
|
564
|
+
msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
|
|
565
|
+
msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
|
|
566
|
+
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
|
|
567
|
+
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
|
|
568
|
+
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
|
|
569
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
|
570
|
+
msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
|
|
571
|
+
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
|
|
572
|
+
msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
573
|
+
msTouchAction?: import("csstype").Property.TouchAction | undefined;
|
|
574
|
+
msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
|
|
575
|
+
msTransform?: import("csstype").Property.Transform | undefined;
|
|
576
|
+
msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
577
|
+
msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
578
|
+
msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
579
|
+
msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
580
|
+
msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
581
|
+
msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
|
|
582
|
+
msWordBreak?: import("csstype").Property.WordBreak | undefined;
|
|
583
|
+
msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
|
|
584
|
+
msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
|
|
585
|
+
msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
|
|
586
|
+
msWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
587
|
+
WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
|
|
588
|
+
WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
|
|
589
|
+
WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
590
|
+
WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
591
|
+
WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
592
|
+
WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
593
|
+
WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
594
|
+
WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
595
|
+
WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
596
|
+
WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
597
|
+
WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
598
|
+
WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
|
|
599
|
+
WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
|
|
600
|
+
WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
601
|
+
WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
602
|
+
WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
603
|
+
WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
604
|
+
WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
|
|
605
|
+
WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
|
|
606
|
+
WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
|
|
607
|
+
WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
608
|
+
WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
609
|
+
WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
610
|
+
WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
|
611
|
+
WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
|
612
|
+
WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
613
|
+
WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
|
|
614
|
+
WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
615
|
+
WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
616
|
+
WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
|
|
617
|
+
WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
618
|
+
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
619
|
+
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
620
|
+
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
621
|
+
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
622
|
+
WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
623
|
+
WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
624
|
+
WebkitFilter?: import("csstype").Property.Filter | undefined;
|
|
625
|
+
WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
626
|
+
WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
627
|
+
WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
628
|
+
WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
629
|
+
WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
630
|
+
WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
631
|
+
WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
632
|
+
WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
633
|
+
WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
|
634
|
+
WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
|
635
|
+
WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
636
|
+
WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
637
|
+
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
638
|
+
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
639
|
+
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
640
|
+
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
641
|
+
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
642
|
+
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
643
|
+
WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
644
|
+
WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
645
|
+
WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
|
646
|
+
WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
|
|
647
|
+
WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
|
|
648
|
+
WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
|
|
649
|
+
WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
|
|
650
|
+
WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
|
|
651
|
+
WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
|
|
652
|
+
WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
|
|
653
|
+
WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
|
|
654
|
+
WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
|
|
655
|
+
WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
|
|
656
|
+
WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
|
|
657
|
+
WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
|
|
658
|
+
WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
|
|
659
|
+
WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
|
|
660
|
+
WebkitOrder?: import("csstype").Property.Order | undefined;
|
|
661
|
+
WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
|
|
662
|
+
WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
663
|
+
WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
664
|
+
WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
665
|
+
WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
666
|
+
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
667
|
+
WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
668
|
+
WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
|
669
|
+
WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
670
|
+
WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
|
|
671
|
+
WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
|
|
672
|
+
WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
673
|
+
WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
674
|
+
WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
|
|
675
|
+
WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
676
|
+
WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
|
677
|
+
WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
|
678
|
+
WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
|
679
|
+
WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
|
|
680
|
+
WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
|
|
681
|
+
WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
682
|
+
WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
|
|
683
|
+
WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
|
|
684
|
+
WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
685
|
+
WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
|
|
686
|
+
WebkitTransform?: import("csstype").Property.Transform | undefined;
|
|
687
|
+
WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
688
|
+
WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
689
|
+
WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
690
|
+
WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
691
|
+
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
692
|
+
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
693
|
+
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
694
|
+
WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
695
|
+
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
696
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
697
|
+
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
698
|
+
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
699
|
+
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
700
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
701
|
+
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
702
|
+
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
703
|
+
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
704
|
+
msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
|
|
705
|
+
msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
|
|
706
|
+
msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
|
|
707
|
+
msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
708
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
709
|
+
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
|
|
710
|
+
WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
711
|
+
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
712
|
+
WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
713
|
+
WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
714
|
+
WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
715
|
+
WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
716
|
+
WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
|
|
717
|
+
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
|
|
718
|
+
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
719
|
+
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
720
|
+
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
721
|
+
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
722
|
+
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
723
|
+
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
724
|
+
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
725
|
+
boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
|
726
|
+
boxLines?: import("csstype").Property.BoxLines | undefined;
|
|
727
|
+
boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
728
|
+
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
729
|
+
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
730
|
+
clip?: import("csstype").Property.Clip | undefined;
|
|
731
|
+
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
732
|
+
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
733
|
+
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
734
|
+
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
735
|
+
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
736
|
+
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
737
|
+
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
738
|
+
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
739
|
+
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
740
|
+
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
741
|
+
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
742
|
+
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
743
|
+
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
744
|
+
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
745
|
+
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
|
746
|
+
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
|
|
747
|
+
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
748
|
+
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
749
|
+
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
750
|
+
KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
|
751
|
+
KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
|
|
752
|
+
KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
753
|
+
KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
754
|
+
KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
755
|
+
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
756
|
+
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
757
|
+
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
758
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
759
|
+
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
760
|
+
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
761
|
+
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
762
|
+
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
763
|
+
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
764
|
+
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
765
|
+
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
766
|
+
MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
|
767
|
+
MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
|
768
|
+
MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
769
|
+
MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
770
|
+
MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
771
|
+
MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
772
|
+
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
773
|
+
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
774
|
+
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
775
|
+
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
776
|
+
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
777
|
+
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
778
|
+
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
779
|
+
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
780
|
+
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
781
|
+
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
782
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
783
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
784
|
+
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
785
|
+
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
786
|
+
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
787
|
+
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
788
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
789
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
790
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
791
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
792
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
793
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
794
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
795
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
796
|
+
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
797
|
+
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
798
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
799
|
+
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
800
|
+
OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
801
|
+
OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
802
|
+
OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
803
|
+
OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
804
|
+
OAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
805
|
+
OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
806
|
+
OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
807
|
+
OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
808
|
+
OBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
809
|
+
OObjectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
810
|
+
OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
811
|
+
OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
812
|
+
OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
813
|
+
OTransform?: import("csstype").Property.Transform | undefined;
|
|
814
|
+
OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
815
|
+
OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
816
|
+
OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
817
|
+
OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
818
|
+
OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
819
|
+
OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
820
|
+
WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
821
|
+
WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
822
|
+
WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
823
|
+
WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
|
824
|
+
WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
|
|
825
|
+
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
826
|
+
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
827
|
+
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
828
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
829
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
830
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
831
|
+
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
832
|
+
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
833
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
834
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
835
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
836
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
837
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
838
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
839
|
+
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
840
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
841
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
842
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
843
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
844
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
845
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
846
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
847
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
848
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
849
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
850
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
851
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
852
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
853
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
854
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
855
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
856
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
857
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
858
|
+
};
|
|
859
|
+
overlineDelicate: {
|
|
860
|
+
fontWeight: number;
|
|
861
|
+
letterSpacing: string;
|
|
862
|
+
'@font-face'?: import('@mui/material/styles/createTypography').Fontface | import('@mui/material/styles/createTypography').Fontface[];
|
|
863
|
+
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
864
|
+
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
865
|
+
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
866
|
+
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
867
|
+
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
868
|
+
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
869
|
+
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
870
|
+
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
871
|
+
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
872
|
+
animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
873
|
+
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
874
|
+
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
875
|
+
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
876
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
877
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
878
|
+
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
879
|
+
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
880
|
+
appearance?: import("csstype").Property.Appearance | undefined;
|
|
881
|
+
aspectRatio?: import("csstype").Property.AspectRatio | undefined;
|
|
882
|
+
backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
|
|
883
|
+
backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
884
|
+
backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
|
|
885
|
+
backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
|
|
886
|
+
backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
887
|
+
backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
|
|
888
|
+
backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
|
|
889
|
+
backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
890
|
+
backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
|
|
891
|
+
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
892
|
+
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
893
|
+
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
894
|
+
blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
|
|
895
|
+
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
896
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
897
|
+
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
898
|
+
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
899
|
+
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
900
|
+
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
901
|
+
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
902
|
+
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
903
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
904
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
905
|
+
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
906
|
+
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
907
|
+
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
908
|
+
borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
|
|
909
|
+
borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
|
|
910
|
+
borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
|
|
911
|
+
borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
|
|
912
|
+
borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
|
|
913
|
+
borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
|
|
914
|
+
borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
|
|
915
|
+
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
916
|
+
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
917
|
+
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
918
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
919
|
+
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
920
|
+
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
921
|
+
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
922
|
+
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
923
|
+
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
924
|
+
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
925
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
926
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
927
|
+
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
928
|
+
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
929
|
+
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
930
|
+
borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
|
|
931
|
+
borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
|
|
932
|
+
borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
|
|
933
|
+
borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
|
|
934
|
+
borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
|
|
935
|
+
borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
|
|
936
|
+
borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
|
|
937
|
+
borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
|
938
|
+
borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
|
939
|
+
borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
|
|
940
|
+
borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
|
|
941
|
+
bottom?: import("csstype").Property.Bottom<string | number> | undefined;
|
|
942
|
+
boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
943
|
+
boxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
944
|
+
boxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
945
|
+
breakAfter?: import("csstype").Property.BreakAfter | undefined;
|
|
946
|
+
breakBefore?: import("csstype").Property.BreakBefore | undefined;
|
|
947
|
+
breakInside?: import("csstype").Property.BreakInside | undefined;
|
|
948
|
+
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
|
949
|
+
caretColor?: import("csstype").Property.CaretColor | undefined;
|
|
950
|
+
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
951
|
+
clear?: import("csstype").Property.Clear | undefined;
|
|
952
|
+
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
953
|
+
color?: import("csstype").Property.Color | undefined;
|
|
954
|
+
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
955
|
+
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
956
|
+
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
957
|
+
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
958
|
+
columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
|
959
|
+
columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
960
|
+
columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
961
|
+
columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
962
|
+
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
963
|
+
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
964
|
+
contain?: import("csstype").Property.Contain | undefined;
|
|
965
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
|
966
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
|
|
967
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
|
968
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
|
|
969
|
+
containerName?: import("csstype").Property.ContainerName | undefined;
|
|
970
|
+
containerType?: import("csstype").Property.ContainerType | undefined;
|
|
971
|
+
content?: import("csstype").Property.Content | undefined;
|
|
972
|
+
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
|
973
|
+
counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
|
|
974
|
+
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
975
|
+
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
976
|
+
cursor?: import("csstype").Property.Cursor | undefined;
|
|
977
|
+
direction?: import("csstype").Property.Direction | undefined;
|
|
978
|
+
display?: import("csstype").Property.Display | undefined;
|
|
979
|
+
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
980
|
+
filter?: import("csstype").Property.Filter | undefined;
|
|
981
|
+
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
982
|
+
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
983
|
+
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
984
|
+
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
985
|
+
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
986
|
+
float?: import("csstype").Property.Float | undefined;
|
|
987
|
+
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
988
|
+
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
989
|
+
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
990
|
+
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
991
|
+
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
|
992
|
+
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
|
993
|
+
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
994
|
+
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
995
|
+
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
996
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
997
|
+
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
998
|
+
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
999
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
1000
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
1001
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
1002
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
1003
|
+
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
1004
|
+
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
1005
|
+
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
1006
|
+
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
|
|
1007
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
|
1008
|
+
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
|
1009
|
+
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
|
1010
|
+
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
1011
|
+
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
1012
|
+
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
1013
|
+
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
1014
|
+
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
1015
|
+
gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
|
|
1016
|
+
gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
|
|
1017
|
+
gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
|
|
1018
|
+
gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
|
|
1019
|
+
gridRowStart?: import("csstype").Property.GridRowStart | undefined;
|
|
1020
|
+
gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
|
|
1021
|
+
gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
|
|
1022
|
+
gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
|
|
1023
|
+
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
|
1024
|
+
height?: import("csstype").Property.Height<string | number> | undefined;
|
|
1025
|
+
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
|
1026
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
|
1027
|
+
hyphens?: import("csstype").Property.Hyphens | undefined;
|
|
1028
|
+
imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
|
|
1029
|
+
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
1030
|
+
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
1031
|
+
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
1032
|
+
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
1033
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
1034
|
+
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
1035
|
+
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
1036
|
+
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
1037
|
+
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
1038
|
+
isolation?: import("csstype").Property.Isolation | undefined;
|
|
1039
|
+
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
1040
|
+
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
1041
|
+
justifySelf?: import("csstype").Property.JustifySelf | undefined;
|
|
1042
|
+
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
1043
|
+
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
1044
|
+
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1045
|
+
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
1046
|
+
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
1047
|
+
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
|
1048
|
+
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
|
1049
|
+
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
|
1050
|
+
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
|
1051
|
+
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
|
1052
|
+
marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
|
|
1053
|
+
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
1054
|
+
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
1055
|
+
marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
|
|
1056
|
+
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
1057
|
+
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
1058
|
+
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
1059
|
+
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
1060
|
+
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
1061
|
+
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
1062
|
+
maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
|
1063
|
+
maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
|
|
1064
|
+
maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
|
|
1065
|
+
maskClip?: import("csstype").Property.MaskClip | undefined;
|
|
1066
|
+
maskComposite?: import("csstype").Property.MaskComposite | undefined;
|
|
1067
|
+
maskImage?: import("csstype").Property.MaskImage | undefined;
|
|
1068
|
+
maskMode?: import("csstype").Property.MaskMode | undefined;
|
|
1069
|
+
maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
|
|
1070
|
+
maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
|
|
1071
|
+
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
1072
|
+
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
1073
|
+
maskType?: import("csstype").Property.MaskType | undefined;
|
|
1074
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
1075
|
+
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
1076
|
+
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
1077
|
+
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
1078
|
+
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
|
|
1079
|
+
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
|
1080
|
+
maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
|
|
1081
|
+
maxLines?: import("csstype").Property.MaxLines | undefined;
|
|
1082
|
+
maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
|
|
1083
|
+
minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
|
|
1084
|
+
minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
|
|
1085
|
+
minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
|
|
1086
|
+
minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
|
|
1087
|
+
mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
|
|
1088
|
+
motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
1089
|
+
motionPath?: import("csstype").Property.OffsetPath | undefined;
|
|
1090
|
+
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
1091
|
+
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
1092
|
+
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
1093
|
+
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
1094
|
+
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
1095
|
+
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
1096
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
|
|
1097
|
+
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
|
1098
|
+
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
1099
|
+
opacity?: import("csstype").Property.Opacity | undefined;
|
|
1100
|
+
order?: import("csstype").Property.Order | undefined;
|
|
1101
|
+
orphans?: import("csstype").Property.Orphans | undefined;
|
|
1102
|
+
outlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
1103
|
+
outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
|
|
1104
|
+
outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
1105
|
+
outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
1106
|
+
overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
|
|
1107
|
+
overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
|
|
1108
|
+
overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
|
|
1109
|
+
overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
|
|
1110
|
+
overflowInline?: import("csstype").Property.OverflowInline | undefined;
|
|
1111
|
+
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
1112
|
+
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
1113
|
+
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
1114
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
1115
|
+
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
1116
|
+
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
1117
|
+
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
1118
|
+
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
|
1119
|
+
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
|
1120
|
+
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
|
1121
|
+
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
|
|
1122
|
+
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
1123
|
+
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
1124
|
+
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
|
|
1125
|
+
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
1126
|
+
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
1127
|
+
page?: import("csstype").Property.Page | undefined;
|
|
1128
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
1129
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
1130
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
1131
|
+
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
1132
|
+
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1133
|
+
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1134
|
+
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
1135
|
+
position?: import("csstype").Property.Position | undefined;
|
|
1136
|
+
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
1137
|
+
quotes?: import("csstype").Property.Quotes | undefined;
|
|
1138
|
+
resize?: import("csstype").Property.Resize | undefined;
|
|
1139
|
+
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
1140
|
+
rotate?: import("csstype").Property.Rotate | undefined;
|
|
1141
|
+
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
1142
|
+
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
1143
|
+
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
1144
|
+
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
1145
|
+
scale?: import("csstype").Property.Scale | undefined;
|
|
1146
|
+
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
1147
|
+
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
1148
|
+
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
1149
|
+
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
1150
|
+
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
|
1151
|
+
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
|
1152
|
+
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
1153
|
+
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
1154
|
+
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
1155
|
+
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
|
1156
|
+
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
|
|
1157
|
+
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
|
|
1158
|
+
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
|
1159
|
+
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
|
|
1160
|
+
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
|
|
1161
|
+
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
|
|
1162
|
+
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
|
|
1163
|
+
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
|
1164
|
+
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
1165
|
+
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
1166
|
+
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
1167
|
+
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
1168
|
+
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
|
1169
|
+
scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
|
1170
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
|
|
1171
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
|
|
1172
|
+
scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
|
|
1173
|
+
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
|
1174
|
+
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
|
1175
|
+
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
1176
|
+
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
1177
|
+
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
1178
|
+
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
1179
|
+
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
1180
|
+
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
1181
|
+
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
1182
|
+
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
1183
|
+
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1184
|
+
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1185
|
+
textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
|
|
1186
|
+
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
|
1187
|
+
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1188
|
+
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
|
1189
|
+
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
|
1190
|
+
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
|
1191
|
+
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
|
1192
|
+
textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
|
|
1193
|
+
textJustify?: import("csstype").Property.TextJustify | undefined;
|
|
1194
|
+
textOrientation?: import("csstype").Property.TextOrientation | undefined;
|
|
1195
|
+
textOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
1196
|
+
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
1197
|
+
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
1198
|
+
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1199
|
+
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
1200
|
+
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
1201
|
+
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
1202
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
1203
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
1204
|
+
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
1205
|
+
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
1206
|
+
transform?: import("csstype").Property.Transform | undefined;
|
|
1207
|
+
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
1208
|
+
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1209
|
+
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1210
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
1211
|
+
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1212
|
+
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1213
|
+
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1214
|
+
transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1215
|
+
translate?: import("csstype").Property.Translate<string | number> | undefined;
|
|
1216
|
+
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
1217
|
+
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1218
|
+
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
1219
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
1220
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
1221
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
1222
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
1223
|
+
visibility?: import("csstype").Property.Visibility | undefined;
|
|
1224
|
+
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
1225
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
1226
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
1227
|
+
widows?: import("csstype").Property.Widows | undefined;
|
|
1228
|
+
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
1229
|
+
willChange?: import("csstype").Property.WillChange | undefined;
|
|
1230
|
+
wordBreak?: import("csstype").Property.WordBreak | undefined;
|
|
1231
|
+
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
1232
|
+
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
1233
|
+
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
1234
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
1235
|
+
zoom?: import("csstype").Property.Zoom | undefined;
|
|
1236
|
+
all?: import("csstype").Property.All | undefined;
|
|
1237
|
+
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
1238
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
1239
|
+
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
1240
|
+
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
1241
|
+
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
1242
|
+
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
1243
|
+
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
1244
|
+
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
1245
|
+
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
1246
|
+
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
1247
|
+
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1248
|
+
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
1249
|
+
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
1250
|
+
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
1251
|
+
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
1252
|
+
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
1253
|
+
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
1254
|
+
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
|
1255
|
+
borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
|
|
1256
|
+
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
|
1257
|
+
caret?: import("csstype").Property.Caret | undefined;
|
|
1258
|
+
columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
1259
|
+
columns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
1260
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
|
|
1261
|
+
container?: import("csstype").Property.Container | undefined;
|
|
1262
|
+
flex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
1263
|
+
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
1264
|
+
font?: import("csstype").Property.Font | undefined;
|
|
1265
|
+
gap?: import("csstype").Property.Gap<string | number> | undefined;
|
|
1266
|
+
grid?: import("csstype").Property.Grid | undefined;
|
|
1267
|
+
gridArea?: import("csstype").Property.GridArea | undefined;
|
|
1268
|
+
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
|
1269
|
+
gridRow?: import("csstype").Property.GridRow | undefined;
|
|
1270
|
+
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
|
1271
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
1272
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
1273
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
1274
|
+
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
|
1275
|
+
listStyle?: import("csstype").Property.ListStyle | undefined;
|
|
1276
|
+
margin?: import("csstype").Property.Margin<string | number> | undefined;
|
|
1277
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
1278
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
1279
|
+
mask?: import("csstype").Property.Mask<string | number> | undefined;
|
|
1280
|
+
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
|
1281
|
+
motion?: import("csstype").Property.Offset<string | number> | undefined;
|
|
1282
|
+
offset?: import("csstype").Property.Offset<string | number> | undefined;
|
|
1283
|
+
outline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
1284
|
+
overflow?: import("csstype").Property.Overflow | undefined;
|
|
1285
|
+
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
|
1286
|
+
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
|
1287
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
1288
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
1289
|
+
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
1290
|
+
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
1291
|
+
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
1292
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
1293
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
1294
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
1295
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
|
1296
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
|
1297
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
|
1298
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
1299
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
1300
|
+
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
1301
|
+
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
1302
|
+
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1303
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
1304
|
+
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1305
|
+
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
1306
|
+
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
1307
|
+
MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
1308
|
+
MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
1309
|
+
MozAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
1310
|
+
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1311
|
+
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1312
|
+
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
1313
|
+
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
1314
|
+
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
1315
|
+
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
1316
|
+
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
1317
|
+
MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
1318
|
+
MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
|
|
1319
|
+
MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
|
|
1320
|
+
MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
1321
|
+
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
1322
|
+
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
1323
|
+
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
1324
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
1325
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
1326
|
+
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
1327
|
+
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
1328
|
+
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
1329
|
+
MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
1330
|
+
MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
|
|
1331
|
+
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
1332
|
+
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
1333
|
+
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
1334
|
+
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
1335
|
+
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
1336
|
+
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
1337
|
+
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
1338
|
+
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
1339
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1340
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1341
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1342
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1343
|
+
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
1344
|
+
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
1345
|
+
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
1346
|
+
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
1347
|
+
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
1348
|
+
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1349
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
1350
|
+
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
1351
|
+
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1352
|
+
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
1353
|
+
MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
|
|
1354
|
+
msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
|
|
1355
|
+
msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
|
|
1356
|
+
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
|
|
1357
|
+
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
|
|
1358
|
+
msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
|
|
1359
|
+
msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
|
|
1360
|
+
msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
|
|
1361
|
+
msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
|
|
1362
|
+
msFilter?: import("csstype").Property.MsFilter | undefined;
|
|
1363
|
+
msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
1364
|
+
msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
|
|
1365
|
+
msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
|
|
1366
|
+
msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
|
|
1367
|
+
msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
|
|
1368
|
+
msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
|
|
1369
|
+
msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
|
|
1370
|
+
msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
|
|
1371
|
+
msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
|
|
1372
|
+
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
|
|
1373
|
+
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
1374
|
+
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
|
1375
|
+
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1376
|
+
msOrder?: import("csstype").Property.Order | undefined;
|
|
1377
|
+
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
|
|
1378
|
+
msOverflowX?: import("csstype").Property.OverflowX | undefined;
|
|
1379
|
+
msOverflowY?: import("csstype").Property.OverflowY | undefined;
|
|
1380
|
+
msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
|
|
1381
|
+
msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
|
|
1382
|
+
msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
|
|
1383
|
+
msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
|
|
1384
|
+
msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
|
|
1385
|
+
msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
|
|
1386
|
+
msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
|
|
1387
|
+
msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
|
|
1388
|
+
msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
|
|
1389
|
+
msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
|
|
1390
|
+
msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
|
|
1391
|
+
msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
|
|
1392
|
+
msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
|
|
1393
|
+
msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
|
|
1394
|
+
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
|
|
1395
|
+
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
|
|
1396
|
+
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
|
|
1397
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
|
1398
|
+
msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
|
|
1399
|
+
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
|
|
1400
|
+
msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
1401
|
+
msTouchAction?: import("csstype").Property.TouchAction | undefined;
|
|
1402
|
+
msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
|
|
1403
|
+
msTransform?: import("csstype").Property.Transform | undefined;
|
|
1404
|
+
msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1405
|
+
msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1406
|
+
msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1407
|
+
msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1408
|
+
msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1409
|
+
msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
|
|
1410
|
+
msWordBreak?: import("csstype").Property.WordBreak | undefined;
|
|
1411
|
+
msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
|
|
1412
|
+
msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
|
|
1413
|
+
msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
|
|
1414
|
+
msWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
1415
|
+
WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
|
|
1416
|
+
WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
|
|
1417
|
+
WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
1418
|
+
WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1419
|
+
WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
1420
|
+
WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
1421
|
+
WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
1422
|
+
WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
1423
|
+
WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
1424
|
+
WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1425
|
+
WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1426
|
+
WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
|
|
1427
|
+
WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
|
|
1428
|
+
WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1429
|
+
WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
1430
|
+
WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
1431
|
+
WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
1432
|
+
WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
|
|
1433
|
+
WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
|
|
1434
|
+
WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
|
|
1435
|
+
WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
1436
|
+
WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
1437
|
+
WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
1438
|
+
WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
|
1439
|
+
WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
|
1440
|
+
WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1441
|
+
WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
|
|
1442
|
+
WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
1443
|
+
WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
1444
|
+
WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
|
|
1445
|
+
WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
1446
|
+
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
1447
|
+
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
1448
|
+
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
1449
|
+
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
1450
|
+
WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
1451
|
+
WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
1452
|
+
WebkitFilter?: import("csstype").Property.Filter | undefined;
|
|
1453
|
+
WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
1454
|
+
WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
1455
|
+
WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
1456
|
+
WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
1457
|
+
WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
1458
|
+
WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
1459
|
+
WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
1460
|
+
WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
1461
|
+
WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
|
1462
|
+
WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
|
1463
|
+
WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
1464
|
+
WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
1465
|
+
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
1466
|
+
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1467
|
+
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
1468
|
+
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
1469
|
+
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
1470
|
+
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
1471
|
+
WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
1472
|
+
WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
1473
|
+
WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
|
1474
|
+
WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
|
|
1475
|
+
WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
|
|
1476
|
+
WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
|
|
1477
|
+
WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
|
|
1478
|
+
WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
|
|
1479
|
+
WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
|
|
1480
|
+
WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
|
|
1481
|
+
WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
|
|
1482
|
+
WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
|
|
1483
|
+
WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
|
|
1484
|
+
WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
|
|
1485
|
+
WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
|
|
1486
|
+
WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
|
|
1487
|
+
WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
|
|
1488
|
+
WebkitOrder?: import("csstype").Property.Order | undefined;
|
|
1489
|
+
WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
|
|
1490
|
+
WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
1491
|
+
WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
1492
|
+
WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1493
|
+
WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1494
|
+
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
1495
|
+
WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
1496
|
+
WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
|
1497
|
+
WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
1498
|
+
WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
|
|
1499
|
+
WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
|
|
1500
|
+
WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1501
|
+
WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1502
|
+
WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
|
|
1503
|
+
WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1504
|
+
WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
|
1505
|
+
WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
|
1506
|
+
WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
|
1507
|
+
WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
|
|
1508
|
+
WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
|
|
1509
|
+
WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1510
|
+
WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
|
|
1511
|
+
WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
|
|
1512
|
+
WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
1513
|
+
WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
|
|
1514
|
+
WebkitTransform?: import("csstype").Property.Transform | undefined;
|
|
1515
|
+
WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1516
|
+
WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1517
|
+
WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1518
|
+
WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1519
|
+
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1520
|
+
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1521
|
+
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
1522
|
+
WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1523
|
+
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
1524
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
1525
|
+
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1526
|
+
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
1527
|
+
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
1528
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1529
|
+
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
1530
|
+
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
1531
|
+
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
1532
|
+
msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
|
|
1533
|
+
msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
|
|
1534
|
+
msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
|
|
1535
|
+
msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1536
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
1537
|
+
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
|
|
1538
|
+
WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1539
|
+
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
1540
|
+
WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
1541
|
+
WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
1542
|
+
WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
1543
|
+
WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
1544
|
+
WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
|
|
1545
|
+
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
|
|
1546
|
+
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
1547
|
+
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
1548
|
+
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1549
|
+
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
1550
|
+
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
1551
|
+
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
1552
|
+
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
1553
|
+
boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
|
1554
|
+
boxLines?: import("csstype").Property.BoxLines | undefined;
|
|
1555
|
+
boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1556
|
+
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1557
|
+
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1558
|
+
clip?: import("csstype").Property.Clip | undefined;
|
|
1559
|
+
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
1560
|
+
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
1561
|
+
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
1562
|
+
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
1563
|
+
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
1564
|
+
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
1565
|
+
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
1566
|
+
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
1567
|
+
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
1568
|
+
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
1569
|
+
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
1570
|
+
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
1571
|
+
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
1572
|
+
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
1573
|
+
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
|
1574
|
+
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
|
|
1575
|
+
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
1576
|
+
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
1577
|
+
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
1578
|
+
KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
|
1579
|
+
KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
|
|
1580
|
+
KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1581
|
+
KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1582
|
+
KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1583
|
+
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1584
|
+
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1585
|
+
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1586
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1587
|
+
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
1588
|
+
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1589
|
+
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
1590
|
+
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
1591
|
+
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
1592
|
+
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
1593
|
+
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
1594
|
+
MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
|
1595
|
+
MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
|
1596
|
+
MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
1597
|
+
MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
1598
|
+
MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
1599
|
+
MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1600
|
+
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1601
|
+
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1602
|
+
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
1603
|
+
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
1604
|
+
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
1605
|
+
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1606
|
+
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
1607
|
+
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
1608
|
+
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
1609
|
+
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
1610
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1611
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1612
|
+
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
1613
|
+
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1614
|
+
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1615
|
+
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1616
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
1617
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1618
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1619
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1620
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1621
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1622
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1623
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1624
|
+
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
1625
|
+
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
1626
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
1627
|
+
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1628
|
+
OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
1629
|
+
OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
1630
|
+
OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
1631
|
+
OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
1632
|
+
OAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
1633
|
+
OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1634
|
+
OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1635
|
+
OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
1636
|
+
OBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1637
|
+
OObjectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
1638
|
+
OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
1639
|
+
OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
1640
|
+
OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
1641
|
+
OTransform?: import("csstype").Property.Transform | undefined;
|
|
1642
|
+
OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1643
|
+
OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1644
|
+
OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1645
|
+
OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1646
|
+
OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1647
|
+
OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1648
|
+
WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
1649
|
+
WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
1650
|
+
WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
1651
|
+
WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
|
1652
|
+
WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
|
|
1653
|
+
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1654
|
+
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1655
|
+
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1656
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
1657
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
1658
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
1659
|
+
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
1660
|
+
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
1661
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
1662
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
1663
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
1664
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
1665
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
1666
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
1667
|
+
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
1668
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
1669
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
1670
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
1671
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
1672
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
1673
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
1674
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
1675
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
1676
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
1677
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
1678
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
1679
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
1680
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
1681
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
1682
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
1683
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
1684
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
1685
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
1686
|
+
};
|
|
1687
|
+
code1: {
|
|
1688
|
+
fontFamily: string;
|
|
1689
|
+
fontWeight: number;
|
|
1690
|
+
fontSize: string;
|
|
1691
|
+
lineHeight: number;
|
|
1692
|
+
letterSpacing: number;
|
|
1693
|
+
fontVariantLigatures: string;
|
|
1694
|
+
};
|
|
1695
|
+
code2: {
|
|
1696
|
+
fontFamily: string;
|
|
1697
|
+
fontWeight: number;
|
|
1698
|
+
fontSize: string;
|
|
1699
|
+
lineHeight: number;
|
|
1700
|
+
letterSpacing: number;
|
|
1701
|
+
fontVariantLigatures: string;
|
|
1702
|
+
};
|
|
1703
|
+
code3: {
|
|
1704
|
+
fontFamily: string;
|
|
1705
|
+
fontWeight: number;
|
|
1706
|
+
fontSize: string;
|
|
1707
|
+
lineHeight: number;
|
|
1708
|
+
letterSpacing: number;
|
|
1709
|
+
fontVariantLigatures: string;
|
|
1710
|
+
};
|
|
1711
|
+
lineHeight?: number | undefined;
|
|
1712
|
+
fontSmoothing?: string | undefined;
|
|
1713
|
+
button?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1714
|
+
caption?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1715
|
+
h1?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1716
|
+
h2?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1717
|
+
h3?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1718
|
+
h4?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1719
|
+
h5?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1720
|
+
h6?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1721
|
+
subtitle1?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1722
|
+
subtitle2?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1723
|
+
body1?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1724
|
+
body2?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1725
|
+
overline?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1726
|
+
fontFamily?: import('react').CSSProperties["fontFamily"];
|
|
1727
|
+
fontSize?: number | undefined;
|
|
1728
|
+
fontWeightLight?: import('react').CSSProperties["fontWeight"];
|
|
1729
|
+
fontWeightRegular?: import('react').CSSProperties["fontWeight"];
|
|
1730
|
+
fontWeightMedium?: import('react').CSSProperties["fontWeight"];
|
|
1731
|
+
fontWeightBold?: import('react').CSSProperties["fontWeight"];
|
|
1732
|
+
htmlFontSize?: number | undefined;
|
|
1733
|
+
pxToRem?: ((px: number) => string) | undefined;
|
|
1734
|
+
};
|
|
1735
|
+
spacingValue: number;
|
|
1736
|
+
spacing: number;
|
|
1737
|
+
shape: {
|
|
1738
|
+
borderRadius: number;
|
|
1739
|
+
};
|
|
1740
|
+
transitions: {
|
|
1741
|
+
easing: {
|
|
1742
|
+
easeInOut: string;
|
|
1743
|
+
easeOut: string;
|
|
1744
|
+
easeIn: string;
|
|
1745
|
+
sharp: string;
|
|
1746
|
+
};
|
|
1747
|
+
duration: {
|
|
1748
|
+
shortest: number;
|
|
1749
|
+
shorter: number;
|
|
1750
|
+
short: number;
|
|
1751
|
+
standard: number;
|
|
1752
|
+
complex: number;
|
|
1753
|
+
enteringScreen: number;
|
|
1754
|
+
leavingScreen: number;
|
|
1755
|
+
};
|
|
1756
|
+
};
|
|
1757
|
+
zIndex: {
|
|
1758
|
+
mobileStepper: number;
|
|
1759
|
+
speedDial: number;
|
|
1760
|
+
appBar: number;
|
|
1761
|
+
drawer: number;
|
|
1762
|
+
modal: number;
|
|
1763
|
+
snackbar: number;
|
|
1764
|
+
tooltip: number;
|
|
1765
|
+
};
|
|
1766
|
+
components: {
|
|
1767
|
+
MuiAlert?: {
|
|
1768
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAlert"];
|
|
1769
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AlertClasses, "MuiAlert", import('@mui/material').Theme>> | undefined;
|
|
1770
|
+
variants?: {
|
|
1771
|
+
props: Partial<import('@mui/material').AlertProps> | ((props: Partial<import('@mui/material').AlertProps> & {
|
|
1772
|
+
ownerState: Partial<import('@mui/material').AlertProps>;
|
|
1773
|
+
}) => boolean);
|
|
1774
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1775
|
+
theme: import('@mui/material').Theme;
|
|
1776
|
+
}>;
|
|
1777
|
+
}[] | undefined;
|
|
1778
|
+
} | undefined;
|
|
1779
|
+
MuiAlertTitle?: {
|
|
1780
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAlertTitle"];
|
|
1781
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiAlertTitle", import('@mui/material').Theme>> | undefined;
|
|
1782
|
+
variants?: {
|
|
1783
|
+
props: Partial<import('@mui/material').AlertTitleProps> | ((props: Partial<import('@mui/material').AlertTitleProps> & {
|
|
1784
|
+
ownerState: Partial<import('@mui/material').AlertTitleProps>;
|
|
1785
|
+
}) => boolean);
|
|
1786
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1787
|
+
theme: import('@mui/material').Theme;
|
|
1788
|
+
}>;
|
|
1789
|
+
}[] | undefined;
|
|
1790
|
+
} | undefined;
|
|
1791
|
+
MuiAppBar?: {
|
|
1792
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAppBar"];
|
|
1793
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AppBarClasses, "MuiAppBar", import('@mui/material').Theme>> | undefined;
|
|
1794
|
+
variants?: {
|
|
1795
|
+
props: Partial<import('@mui/material').AppBarProps> | ((props: Partial<import('@mui/material').AppBarProps> & {
|
|
1796
|
+
ownerState: Partial<import('@mui/material').AppBarProps>;
|
|
1797
|
+
}) => boolean);
|
|
1798
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1799
|
+
theme: import('@mui/material').Theme;
|
|
1800
|
+
}>;
|
|
1801
|
+
}[] | undefined;
|
|
1802
|
+
} | undefined;
|
|
1803
|
+
MuiAutocomplete?: {
|
|
1804
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAutocomplete"];
|
|
1805
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AutocompleteClasses, "MuiAutocomplete", import('@mui/material').Theme>> | undefined;
|
|
1806
|
+
variants?: {
|
|
1807
|
+
props: Partial<import('@mui/material').AutocompleteProps<any, any, any, any, "div">> | ((props: Partial<import('@mui/material').AutocompleteProps<any, any, any, any, "div">> & {
|
|
1808
|
+
ownerState: Partial<import('@mui/material').AutocompleteProps<any, any, any, any, "div">>;
|
|
1809
|
+
}) => boolean);
|
|
1810
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1811
|
+
theme: import('@mui/material').Theme;
|
|
1812
|
+
}>;
|
|
1813
|
+
}[] | undefined;
|
|
1814
|
+
} | undefined;
|
|
1815
|
+
MuiAvatar?: {
|
|
1816
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAvatar"];
|
|
1817
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AvatarClasses, "MuiAvatar", import('@mui/material').Theme>> | undefined;
|
|
1818
|
+
variants?: {
|
|
1819
|
+
props: Partial<import('@mui/material').AvatarProps> | ((props: Partial<import('@mui/material').AvatarProps> & {
|
|
1820
|
+
ownerState: Partial<import('@mui/material').AvatarProps>;
|
|
1821
|
+
}) => boolean);
|
|
1822
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1823
|
+
theme: import('@mui/material').Theme;
|
|
1824
|
+
}>;
|
|
1825
|
+
}[] | undefined;
|
|
1826
|
+
} | undefined;
|
|
1827
|
+
MuiAvatarGroup?: {
|
|
1828
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAvatarGroup"];
|
|
1829
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AvatarGroupClasses, "MuiAvatarGroup", import('@mui/material').Theme>> | undefined;
|
|
1830
|
+
variants?: {
|
|
1831
|
+
props: Partial<import('@mui/material').AvatarGroupProps> | ((props: Partial<import('@mui/material').AvatarGroupProps> & {
|
|
1832
|
+
ownerState: Partial<import('@mui/material').AvatarGroupProps>;
|
|
1833
|
+
}) => boolean);
|
|
1834
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1835
|
+
theme: import('@mui/material').Theme;
|
|
1836
|
+
}>;
|
|
1837
|
+
}[] | undefined;
|
|
1838
|
+
} | undefined;
|
|
1839
|
+
MuiBackdrop?: {
|
|
1840
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiBackdrop"];
|
|
1841
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').BackdropClasses, "MuiBackdrop", import('@mui/material').Theme>> | undefined;
|
|
1842
|
+
variants?: {
|
|
1843
|
+
props: Partial<import('@mui/material').BackdropProps> | ((props: Partial<import('@mui/material').BackdropProps> & {
|
|
1844
|
+
ownerState: Partial<import('@mui/material').BackdropProps>;
|
|
1845
|
+
}) => boolean);
|
|
1846
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1847
|
+
theme: import('@mui/material').Theme;
|
|
1848
|
+
}>;
|
|
1849
|
+
}[] | undefined;
|
|
1850
|
+
} | undefined;
|
|
1851
|
+
MuiBadge?: {
|
|
1852
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiBadge"];
|
|
1853
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').BadgeClasses, "MuiBadge", import('@mui/material').Theme>> | undefined;
|
|
1854
|
+
variants?: {
|
|
1855
|
+
props: Partial<import('@mui/material').BadgeProps> | ((props: Partial<import('@mui/material').BadgeProps> & {
|
|
1856
|
+
ownerState: Partial<import('@mui/material').BadgeProps>;
|
|
1857
|
+
}) => boolean);
|
|
1858
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1859
|
+
theme: import('@mui/material').Theme;
|
|
1860
|
+
}>;
|
|
1861
|
+
}[] | undefined;
|
|
1862
|
+
} | undefined;
|
|
1863
|
+
MuiBottomNavigation?: {
|
|
1864
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiBottomNavigation"];
|
|
1865
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiBottomNavigation", import('@mui/material').Theme>> | undefined;
|
|
1866
|
+
variants?: {
|
|
1867
|
+
props: Partial<import('@mui/material').BottomNavigationProps> | ((props: Partial<import('@mui/material').BottomNavigationProps> & {
|
|
1868
|
+
ownerState: Partial<import('@mui/material').BottomNavigationProps>;
|
|
1869
|
+
}) => boolean);
|
|
1870
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1871
|
+
theme: import('@mui/material').Theme;
|
|
1872
|
+
}>;
|
|
1873
|
+
}[] | undefined;
|
|
1874
|
+
} | undefined;
|
|
1875
|
+
MuiBottomNavigationAction?: {
|
|
1876
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiBottomNavigationAction"];
|
|
1877
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').BottomNavigationActionClasses, "MuiBottomNavigationAction", import('@mui/material').Theme>> | undefined;
|
|
1878
|
+
variants?: {
|
|
1879
|
+
props: Partial<import('@mui/material').BottomNavigationActionProps> | ((props: Partial<import('@mui/material').BottomNavigationActionProps> & {
|
|
1880
|
+
ownerState: Partial<import('@mui/material').BottomNavigationActionProps>;
|
|
1881
|
+
}) => boolean);
|
|
1882
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1883
|
+
theme: import('@mui/material').Theme;
|
|
1884
|
+
}>;
|
|
1885
|
+
}[] | undefined;
|
|
1886
|
+
} | undefined;
|
|
1887
|
+
MuiBreadcrumbs?: {
|
|
1888
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiBreadcrumbs"];
|
|
1889
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').BreadcrumbsClasses, "MuiBreadcrumbs", import('@mui/material').Theme>> | undefined;
|
|
1890
|
+
variants?: {
|
|
1891
|
+
props: Partial<import('@mui/material').BreadcrumbsProps> | ((props: Partial<import('@mui/material').BreadcrumbsProps> & {
|
|
1892
|
+
ownerState: Partial<import('@mui/material').BreadcrumbsProps>;
|
|
1893
|
+
}) => boolean);
|
|
1894
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1895
|
+
theme: import('@mui/material').Theme;
|
|
1896
|
+
}>;
|
|
1897
|
+
}[] | undefined;
|
|
1898
|
+
} | undefined;
|
|
1899
|
+
MuiButton?: {
|
|
1900
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiButton"];
|
|
1901
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ButtonClasses, "MuiButton", import('@mui/material').Theme>> | undefined;
|
|
1902
|
+
variants?: {
|
|
1903
|
+
props: Partial<import('@mui/material').ButtonProps> | ((props: Partial<import('@mui/material').ButtonProps> & {
|
|
1904
|
+
ownerState: Partial<import('@mui/material').ButtonProps>;
|
|
1905
|
+
}) => boolean);
|
|
1906
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1907
|
+
theme: import('@mui/material').Theme;
|
|
1908
|
+
}>;
|
|
1909
|
+
}[] | undefined;
|
|
1910
|
+
} | undefined;
|
|
1911
|
+
MuiButtonBase?: {
|
|
1912
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiButtonBase"];
|
|
1913
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ButtonBaseClasses, "MuiButtonBase", import('@mui/material').Theme>> | undefined;
|
|
1914
|
+
variants?: {
|
|
1915
|
+
props: Partial<import('@mui/material').ButtonBaseProps> | ((props: Partial<import('@mui/material').ButtonBaseProps> & {
|
|
1916
|
+
ownerState: Partial<import('@mui/material').ButtonBaseProps>;
|
|
1917
|
+
}) => boolean);
|
|
1918
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1919
|
+
theme: import('@mui/material').Theme;
|
|
1920
|
+
}>;
|
|
1921
|
+
}[] | undefined;
|
|
1922
|
+
} | undefined;
|
|
1923
|
+
MuiButtonGroup?: {
|
|
1924
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiButtonGroup"];
|
|
1925
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ButtonGroupClasses, "MuiButtonGroup", import('@mui/material').Theme>> | undefined;
|
|
1926
|
+
variants?: {
|
|
1927
|
+
props: Partial<import('@mui/material').ButtonGroupProps> | ((props: Partial<import('@mui/material').ButtonGroupProps> & {
|
|
1928
|
+
ownerState: Partial<import('@mui/material').ButtonGroupProps>;
|
|
1929
|
+
}) => boolean);
|
|
1930
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1931
|
+
theme: import('@mui/material').Theme;
|
|
1932
|
+
}>;
|
|
1933
|
+
}[] | undefined;
|
|
1934
|
+
} | undefined;
|
|
1935
|
+
MuiCard?: {
|
|
1936
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCard"];
|
|
1937
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiCard", import('@mui/material').Theme>> | undefined;
|
|
1938
|
+
variants?: {
|
|
1939
|
+
props: Partial<import('@mui/material').CardProps> | ((props: Partial<import('@mui/material').CardProps> & {
|
|
1940
|
+
ownerState: Partial<import('@mui/material').CardProps>;
|
|
1941
|
+
}) => boolean);
|
|
1942
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1943
|
+
theme: import('@mui/material').Theme;
|
|
1944
|
+
}>;
|
|
1945
|
+
}[] | undefined;
|
|
1946
|
+
} | undefined;
|
|
1947
|
+
MuiCardActionArea?: {
|
|
1948
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCardActionArea"];
|
|
1949
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').CardActionAreaClasses, "MuiCardActionArea", import('@mui/material').Theme>> | undefined;
|
|
1950
|
+
variants?: {
|
|
1951
|
+
props: Partial<import('@mui/material').CardActionAreaProps> | ((props: Partial<import('@mui/material').CardActionAreaProps> & {
|
|
1952
|
+
ownerState: Partial<import('@mui/material').CardActionAreaProps>;
|
|
1953
|
+
}) => boolean);
|
|
1954
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1955
|
+
theme: import('@mui/material').Theme;
|
|
1956
|
+
}>;
|
|
1957
|
+
}[] | undefined;
|
|
1958
|
+
} | undefined;
|
|
1959
|
+
MuiCardActions?: {
|
|
1960
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCardActions"];
|
|
1961
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').CardActionsClasses, "MuiCardActions", import('@mui/material').Theme>> | undefined;
|
|
1962
|
+
variants?: {
|
|
1963
|
+
props: Partial<import('@mui/material').CardActionsProps> | ((props: Partial<import('@mui/material').CardActionsProps> & {
|
|
1964
|
+
ownerState: Partial<import('@mui/material').CardActionsProps>;
|
|
1965
|
+
}) => boolean);
|
|
1966
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1967
|
+
theme: import('@mui/material').Theme;
|
|
1968
|
+
}>;
|
|
1969
|
+
}[] | undefined;
|
|
1970
|
+
} | undefined;
|
|
1971
|
+
MuiCardContent?: {
|
|
1972
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCardContent"];
|
|
1973
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiCardContent", import('@mui/material').Theme>> | undefined;
|
|
1974
|
+
variants?: {
|
|
1975
|
+
props: Partial<import('@mui/material').CardContentProps> | ((props: Partial<import('@mui/material').CardContentProps> & {
|
|
1976
|
+
ownerState: Partial<import('@mui/material').CardContentProps>;
|
|
1977
|
+
}) => boolean);
|
|
1978
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1979
|
+
theme: import('@mui/material').Theme;
|
|
1980
|
+
}>;
|
|
1981
|
+
}[] | undefined;
|
|
1982
|
+
} | undefined;
|
|
1983
|
+
MuiCardHeader?: {
|
|
1984
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCardHeader"];
|
|
1985
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').CardHeaderClasses, "MuiCardHeader", import('@mui/material').Theme>> | undefined;
|
|
1986
|
+
variants?: {
|
|
1987
|
+
props: Partial<import('@mui/material').CardHeaderProps> | ((props: Partial<import('@mui/material').CardHeaderProps> & {
|
|
1988
|
+
ownerState: Partial<import('@mui/material').CardHeaderProps>;
|
|
1989
|
+
}) => boolean);
|
|
1990
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
1991
|
+
theme: import('@mui/material').Theme;
|
|
1992
|
+
}>;
|
|
1993
|
+
}[] | undefined;
|
|
1994
|
+
} | undefined;
|
|
1995
|
+
MuiCardMedia?: {
|
|
1996
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCardMedia"];
|
|
1997
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').CardMediaClasses, "MuiCardMedia", import('@mui/material').Theme>> | undefined;
|
|
1998
|
+
variants?: {
|
|
1999
|
+
props: Partial<import('@mui/material').CardMediaProps> | ((props: Partial<import('@mui/material').CardMediaProps> & {
|
|
2000
|
+
ownerState: Partial<import('@mui/material').CardMediaProps>;
|
|
2001
|
+
}) => boolean);
|
|
2002
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
2003
|
+
theme: import('@mui/material').Theme;
|
|
2004
|
+
}>;
|
|
2005
|
+
}[] | undefined;
|
|
2006
|
+
} | undefined;
|
|
2007
|
+
MuiCheckbox?: {
|
|
2008
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCheckbox"];
|
|
2009
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').CheckboxClasses, "MuiCheckbox", import('@mui/material').Theme>> | undefined;
|
|
2010
|
+
variants?: {
|
|
2011
|
+
props: Partial<import('@mui/material').CheckboxProps> | ((props: Partial<import('@mui/material').CheckboxProps> & {
|
|
2012
|
+
ownerState: Partial<import('@mui/material').CheckboxProps>;
|
|
2013
|
+
}) => boolean);
|
|
2014
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
2015
|
+
theme: import('@mui/material').Theme;
|
|
2016
|
+
}>;
|
|
2017
|
+
}[] | undefined;
|
|
2018
|
+
} | undefined;
|
|
2019
|
+
MuiChip?: {
|
|
2020
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiChip"];
|
|
2021
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ChipClasses, "MuiChip", import('@mui/material').Theme>> | undefined;
|
|
2022
|
+
variants?: {
|
|
2023
|
+
props: Partial<import('@mui/material').ChipProps> | ((props: Partial<import('@mui/material').ChipProps> & {
|
|
2024
|
+
ownerState: Partial<import('@mui/material').ChipProps>;
|
|
2025
|
+
}) => boolean);
|
|
2026
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
2027
|
+
theme: import('@mui/material').Theme;
|
|
2028
|
+
}>;
|
|
2029
|
+
}[] | undefined;
|
|
2030
|
+
} | undefined;
|
|
2031
|
+
MuiCircularProgress?: {
|
|
2032
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCircularProgress"];
|
|
2033
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').CircularProgressClasses, "MuiCircularProgress", import('@mui/material').Theme>> | undefined;
|
|
2034
|
+
variants?: {
|
|
2035
|
+
props: Partial<import('@mui/material').CircularProgressProps> | ((props: Partial<import('@mui/material').CircularProgressProps> & {
|
|
2036
|
+
ownerState: Partial<import('@mui/material').CircularProgressProps>;
|
|
2037
|
+
}) => boolean);
|
|
2038
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
2039
|
+
theme: import('@mui/material').Theme;
|
|
2040
|
+
}>;
|
|
2041
|
+
}[] | undefined;
|
|
2042
|
+
} | undefined;
|
|
2043
|
+
MuiCollapse?: {
|
|
2044
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCollapse"];
|
|
2045
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').CollapseClasses, "MuiCollapse", import('@mui/material').Theme>> | undefined;
|
|
2046
|
+
variants?: {
|
|
2047
|
+
props: Partial<import('@mui/material').CollapseProps> | ((props: Partial<import('@mui/material').CollapseProps> & {
|
|
2048
|
+
ownerState: Partial<import('@mui/material').CollapseProps>;
|
|
2049
|
+
}) => boolean);
|
|
2050
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
2051
|
+
theme: import('@mui/material').Theme;
|
|
2052
|
+
}>;
|
|
2053
|
+
}[] | undefined;
|
|
2054
|
+
} | undefined;
|
|
2055
|
+
MuiContainer?: {
|
|
2056
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiContainer"];
|
|
2057
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ContainerClasses, "MuiContainer", import('@mui/material').Theme>> | undefined;
|
|
2058
|
+
variants?: {
|
|
2059
|
+
props: Partial<import('@mui/material').ContainerProps> | ((props: Partial<import('@mui/material').ContainerProps> & {
|
|
2060
|
+
ownerState: Partial<import('@mui/material').ContainerProps>;
|
|
2061
|
+
}) => boolean);
|
|
2062
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
2063
|
+
theme: import('@mui/material').Theme;
|
|
2064
|
+
}>;
|
|
2065
|
+
}[] | undefined;
|
|
2066
|
+
} | undefined;
|
|
2067
|
+
MuiCssBaseline: {
|
|
2068
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiCssBaseline"];
|
|
2069
|
+
styleOverrides?: string | import('@mui/styled-engine').CSSObject | ((theme: import('@mui/material').Theme) => import('@mui/styled-engine').CSSInterpolation) | undefined;
|
|
2070
|
+
variants?: {
|
|
2071
|
+
props: Partial<import('@mui/material').CssBaselineProps> | ((props: Partial<import('@mui/material').CssBaselineProps> & {
|
|
2072
|
+
ownerState: Partial<import('@mui/material').CssBaselineProps>;
|
|
2073
|
+
}) => boolean);
|
|
2074
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
2075
|
+
theme: import('@mui/material').Theme;
|
|
2076
|
+
}>;
|
|
2077
|
+
}[] | undefined;
|
|
2078
|
+
} | {
|
|
2079
|
+
styleOverrides: {
|
|
2080
|
+
'*:focus-visible': {
|
|
2081
|
+
outline: string;
|
|
2082
|
+
boxShadow: string;
|
|
2083
|
+
borderRadius: string;
|
|
2084
|
+
};
|
|
2085
|
+
'*::-webkit-scrollbar': {
|
|
2086
|
+
position: string;
|
|
2087
|
+
};
|
|
2088
|
+
'*::-webkit-scrollbar:vertical': {
|
|
2089
|
+
width: string;
|
|
2090
|
+
};
|
|
2091
|
+
'*::-webkit-scrollbar:horizontal': {
|
|
2092
|
+
height: string;
|
|
2093
|
+
};
|
|
2094
|
+
'*::-webkit-scrollbar-track': {
|
|
2095
|
+
boxShadow: string;
|
|
2096
|
+
background: string;
|
|
2097
|
+
};
|
|
2098
|
+
'*::-webkit-scrollbar-thumb': {
|
|
2099
|
+
borderRadius: string;
|
|
2100
|
+
background: string | undefined;
|
|
2101
|
+
outline: string;
|
|
2102
|
+
};
|
|
2103
|
+
'input[type="search"]::-webkit-search-cancel-button': {
|
|
2104
|
+
WebkitAppearance: string;
|
|
2105
|
+
appearance: string;
|
|
2106
|
+
height: string;
|
|
2107
|
+
width: string;
|
|
2108
|
+
display: string;
|
|
2109
|
+
backgroundImage: string;
|
|
2110
|
+
backgroundRepeat: string;
|
|
2111
|
+
backgroundSize: string;
|
|
2112
|
+
};
|
|
2113
|
+
'.mapboxgl-ctrl.mapboxgl-ctrl-attrib': {
|
|
2114
|
+
padding: string;
|
|
2115
|
+
borderRadius: string;
|
|
2116
|
+
'& .mapboxgl-ctrl-attrib-inner': {
|
|
2117
|
+
textTransform: string;
|
|
2118
|
+
letterSpacing: string;
|
|
2119
|
+
'& a': {
|
|
2120
|
+
color: string | undefined;
|
|
2121
|
+
};
|
|
2122
|
+
'@font-face'?: import('@mui/material/styles/createTypography').Fontface | import('@mui/material/styles/createTypography').Fontface[];
|
|
2123
|
+
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
2124
|
+
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
2125
|
+
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
2126
|
+
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
2127
|
+
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
2128
|
+
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
2129
|
+
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
2130
|
+
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
2131
|
+
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
2132
|
+
animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
2133
|
+
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
2134
|
+
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
2135
|
+
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
2136
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
2137
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
2138
|
+
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
2139
|
+
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
2140
|
+
appearance?: import("csstype").Property.Appearance | undefined;
|
|
2141
|
+
aspectRatio?: import("csstype").Property.AspectRatio | undefined;
|
|
2142
|
+
backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
|
|
2143
|
+
backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
2144
|
+
backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
|
|
2145
|
+
backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
|
|
2146
|
+
backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
2147
|
+
backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
|
|
2148
|
+
backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
|
|
2149
|
+
backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
2150
|
+
backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
|
|
2151
|
+
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
2152
|
+
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
2153
|
+
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
2154
|
+
blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
|
|
2155
|
+
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
2156
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
2157
|
+
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
2158
|
+
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
2159
|
+
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
2160
|
+
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
2161
|
+
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
2162
|
+
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
2163
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
2164
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
2165
|
+
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
2166
|
+
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
2167
|
+
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
2168
|
+
borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
|
|
2169
|
+
borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
|
|
2170
|
+
borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
|
|
2171
|
+
borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
|
|
2172
|
+
borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
|
|
2173
|
+
borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
|
|
2174
|
+
borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
|
|
2175
|
+
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
2176
|
+
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
2177
|
+
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
2178
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
2179
|
+
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
2180
|
+
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
2181
|
+
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
2182
|
+
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
2183
|
+
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
2184
|
+
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
2185
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
2186
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
2187
|
+
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
2188
|
+
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
2189
|
+
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
2190
|
+
borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
|
|
2191
|
+
borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
|
|
2192
|
+
borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
|
|
2193
|
+
borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
|
|
2194
|
+
borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
|
|
2195
|
+
borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
|
|
2196
|
+
borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
|
|
2197
|
+
borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
|
2198
|
+
borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
|
2199
|
+
borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
|
|
2200
|
+
borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
|
|
2201
|
+
bottom?: import("csstype").Property.Bottom<string | number> | undefined;
|
|
2202
|
+
boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
2203
|
+
boxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
2204
|
+
boxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
2205
|
+
breakAfter?: import("csstype").Property.BreakAfter | undefined;
|
|
2206
|
+
breakBefore?: import("csstype").Property.BreakBefore | undefined;
|
|
2207
|
+
breakInside?: import("csstype").Property.BreakInside | undefined;
|
|
2208
|
+
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
|
2209
|
+
caretColor?: import("csstype").Property.CaretColor | undefined;
|
|
2210
|
+
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
2211
|
+
clear?: import("csstype").Property.Clear | undefined;
|
|
2212
|
+
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
2213
|
+
color?: import("csstype").Property.Color | undefined;
|
|
2214
|
+
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
2215
|
+
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
2216
|
+
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
2217
|
+
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
2218
|
+
columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
|
2219
|
+
columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
2220
|
+
columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
2221
|
+
columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
2222
|
+
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
2223
|
+
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
2224
|
+
contain?: import("csstype").Property.Contain | undefined;
|
|
2225
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
|
2226
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
|
|
2227
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
|
2228
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
|
|
2229
|
+
containerName?: import("csstype").Property.ContainerName | undefined;
|
|
2230
|
+
containerType?: import("csstype").Property.ContainerType | undefined;
|
|
2231
|
+
content?: import("csstype").Property.Content | undefined;
|
|
2232
|
+
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
|
2233
|
+
counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
|
|
2234
|
+
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
2235
|
+
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
2236
|
+
cursor?: import("csstype").Property.Cursor | undefined;
|
|
2237
|
+
direction?: import("csstype").Property.Direction | undefined;
|
|
2238
|
+
display?: import("csstype").Property.Display | undefined;
|
|
2239
|
+
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
2240
|
+
filter?: import("csstype").Property.Filter | undefined;
|
|
2241
|
+
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
2242
|
+
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
2243
|
+
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
2244
|
+
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
2245
|
+
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
2246
|
+
float?: import("csstype").Property.Float | undefined;
|
|
2247
|
+
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
2248
|
+
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
2249
|
+
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
2250
|
+
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
2251
|
+
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
|
2252
|
+
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
|
2253
|
+
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
2254
|
+
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
2255
|
+
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
2256
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
2257
|
+
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
2258
|
+
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
2259
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
2260
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
2261
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
2262
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
2263
|
+
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
2264
|
+
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
2265
|
+
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
2266
|
+
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
|
|
2267
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
|
2268
|
+
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
|
2269
|
+
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
|
2270
|
+
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
2271
|
+
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
2272
|
+
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
2273
|
+
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
2274
|
+
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
2275
|
+
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
2276
|
+
gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
|
|
2277
|
+
gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
|
|
2278
|
+
gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
|
|
2279
|
+
gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
|
|
2280
|
+
gridRowStart?: import("csstype").Property.GridRowStart | undefined;
|
|
2281
|
+
gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
|
|
2282
|
+
gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
|
|
2283
|
+
gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
|
|
2284
|
+
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
|
2285
|
+
height?: import("csstype").Property.Height<string | number> | undefined;
|
|
2286
|
+
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
|
2287
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
|
2288
|
+
hyphens?: import("csstype").Property.Hyphens | undefined;
|
|
2289
|
+
imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
|
|
2290
|
+
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
2291
|
+
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
2292
|
+
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
2293
|
+
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
2294
|
+
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
2295
|
+
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
2296
|
+
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
2297
|
+
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
2298
|
+
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
2299
|
+
isolation?: import("csstype").Property.Isolation | undefined;
|
|
2300
|
+
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
2301
|
+
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
2302
|
+
justifySelf?: import("csstype").Property.JustifySelf | undefined;
|
|
2303
|
+
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
2304
|
+
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
2305
|
+
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
2306
|
+
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
2307
|
+
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
2308
|
+
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
|
2309
|
+
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
|
2310
|
+
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
|
2311
|
+
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
|
2312
|
+
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
|
2313
|
+
marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
|
|
2314
|
+
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
2315
|
+
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
2316
|
+
marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
|
|
2317
|
+
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
2318
|
+
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
2319
|
+
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
2320
|
+
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
2321
|
+
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
2322
|
+
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
2323
|
+
maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
|
2324
|
+
maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
|
|
2325
|
+
maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
|
|
2326
|
+
maskClip?: import("csstype").Property.MaskClip | undefined;
|
|
2327
|
+
maskComposite?: import("csstype").Property.MaskComposite | undefined;
|
|
2328
|
+
maskImage?: import("csstype").Property.MaskImage | undefined;
|
|
2329
|
+
maskMode?: import("csstype").Property.MaskMode | undefined;
|
|
2330
|
+
maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
|
|
2331
|
+
maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
|
|
2332
|
+
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
2333
|
+
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
2334
|
+
maskType?: import("csstype").Property.MaskType | undefined;
|
|
2335
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
2336
|
+
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
2337
|
+
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
2338
|
+
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
2339
|
+
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
|
|
2340
|
+
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
|
2341
|
+
maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
|
|
2342
|
+
maxLines?: import("csstype").Property.MaxLines | undefined;
|
|
2343
|
+
maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
|
|
2344
|
+
minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
|
|
2345
|
+
minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
|
|
2346
|
+
minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
|
|
2347
|
+
minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
|
|
2348
|
+
mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
|
|
2349
|
+
motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
2350
|
+
motionPath?: import("csstype").Property.OffsetPath | undefined;
|
|
2351
|
+
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
2352
|
+
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
2353
|
+
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
2354
|
+
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
2355
|
+
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
2356
|
+
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
2357
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
|
|
2358
|
+
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
|
2359
|
+
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
2360
|
+
opacity?: import("csstype").Property.Opacity | undefined;
|
|
2361
|
+
order?: import("csstype").Property.Order | undefined;
|
|
2362
|
+
orphans?: import("csstype").Property.Orphans | undefined;
|
|
2363
|
+
outlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
2364
|
+
outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
|
|
2365
|
+
outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
2366
|
+
outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
2367
|
+
overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
|
|
2368
|
+
overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
|
|
2369
|
+
overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
|
|
2370
|
+
overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
|
|
2371
|
+
overflowInline?: import("csstype").Property.OverflowInline | undefined;
|
|
2372
|
+
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
2373
|
+
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
2374
|
+
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
2375
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
2376
|
+
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
2377
|
+
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
2378
|
+
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
2379
|
+
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
|
2380
|
+
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
|
2381
|
+
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
|
2382
|
+
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
|
|
2383
|
+
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
2384
|
+
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
2385
|
+
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
|
|
2386
|
+
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
2387
|
+
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
2388
|
+
page?: import("csstype").Property.Page | undefined;
|
|
2389
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
2390
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
2391
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
2392
|
+
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
2393
|
+
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
2394
|
+
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
2395
|
+
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
2396
|
+
position?: import("csstype").Property.Position | undefined;
|
|
2397
|
+
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
2398
|
+
quotes?: import("csstype").Property.Quotes | undefined;
|
|
2399
|
+
resize?: import("csstype").Property.Resize | undefined;
|
|
2400
|
+
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
2401
|
+
rotate?: import("csstype").Property.Rotate | undefined;
|
|
2402
|
+
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
2403
|
+
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
2404
|
+
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
2405
|
+
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
2406
|
+
scale?: import("csstype").Property.Scale | undefined;
|
|
2407
|
+
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
2408
|
+
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
2409
|
+
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
2410
|
+
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
2411
|
+
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
|
2412
|
+
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
|
2413
|
+
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
2414
|
+
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
2415
|
+
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
2416
|
+
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
|
2417
|
+
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
|
|
2418
|
+
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
|
|
2419
|
+
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
|
2420
|
+
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
|
|
2421
|
+
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
|
|
2422
|
+
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
|
|
2423
|
+
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
|
|
2424
|
+
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
|
2425
|
+
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
2426
|
+
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
2427
|
+
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
2428
|
+
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
2429
|
+
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
|
2430
|
+
scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
|
2431
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
|
|
2432
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
|
|
2433
|
+
scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
|
|
2434
|
+
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
|
2435
|
+
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
|
2436
|
+
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
2437
|
+
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
2438
|
+
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
2439
|
+
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
2440
|
+
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
2441
|
+
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
2442
|
+
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
2443
|
+
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
2444
|
+
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
2445
|
+
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
2446
|
+
textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
|
|
2447
|
+
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
|
2448
|
+
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
2449
|
+
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
|
2450
|
+
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
|
2451
|
+
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
|
2452
|
+
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
|
2453
|
+
textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
|
|
2454
|
+
textJustify?: import("csstype").Property.TextJustify | undefined;
|
|
2455
|
+
textOrientation?: import("csstype").Property.TextOrientation | undefined;
|
|
2456
|
+
textOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
2457
|
+
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
2458
|
+
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
2459
|
+
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
2460
|
+
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
2461
|
+
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
2462
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
2463
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
2464
|
+
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
2465
|
+
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
2466
|
+
transform?: import("csstype").Property.Transform | undefined;
|
|
2467
|
+
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
2468
|
+
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
2469
|
+
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
2470
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
2471
|
+
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2472
|
+
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2473
|
+
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
2474
|
+
transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2475
|
+
translate?: import("csstype").Property.Translate<string | number> | undefined;
|
|
2476
|
+
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
2477
|
+
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2478
|
+
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
2479
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
2480
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
2481
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
2482
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
2483
|
+
visibility?: import("csstype").Property.Visibility | undefined;
|
|
2484
|
+
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
2485
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
2486
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
2487
|
+
widows?: import("csstype").Property.Widows | undefined;
|
|
2488
|
+
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
2489
|
+
willChange?: import("csstype").Property.WillChange | undefined;
|
|
2490
|
+
wordBreak?: import("csstype").Property.WordBreak | undefined;
|
|
2491
|
+
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
2492
|
+
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
2493
|
+
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
2494
|
+
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
2495
|
+
zoom?: import("csstype").Property.Zoom | undefined;
|
|
2496
|
+
all?: import("csstype").Property.All | undefined;
|
|
2497
|
+
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
2498
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
2499
|
+
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
2500
|
+
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
2501
|
+
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
2502
|
+
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
2503
|
+
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
2504
|
+
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
2505
|
+
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
2506
|
+
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
2507
|
+
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
2508
|
+
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
2509
|
+
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
2510
|
+
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
2511
|
+
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
2512
|
+
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
2513
|
+
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
2514
|
+
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
|
2515
|
+
borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
|
|
2516
|
+
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
|
2517
|
+
caret?: import("csstype").Property.Caret | undefined;
|
|
2518
|
+
columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
2519
|
+
columns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
2520
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
|
|
2521
|
+
container?: import("csstype").Property.Container | undefined;
|
|
2522
|
+
flex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
2523
|
+
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
2524
|
+
font?: import("csstype").Property.Font | undefined;
|
|
2525
|
+
gap?: import("csstype").Property.Gap<string | number> | undefined;
|
|
2526
|
+
grid?: import("csstype").Property.Grid | undefined;
|
|
2527
|
+
gridArea?: import("csstype").Property.GridArea | undefined;
|
|
2528
|
+
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
|
2529
|
+
gridRow?: import("csstype").Property.GridRow | undefined;
|
|
2530
|
+
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
|
2531
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
2532
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
2533
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
2534
|
+
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
|
2535
|
+
listStyle?: import("csstype").Property.ListStyle | undefined;
|
|
2536
|
+
margin?: import("csstype").Property.Margin<string | number> | undefined;
|
|
2537
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
2538
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
2539
|
+
mask?: import("csstype").Property.Mask<string | number> | undefined;
|
|
2540
|
+
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
|
2541
|
+
motion?: import("csstype").Property.Offset<string | number> | undefined;
|
|
2542
|
+
offset?: import("csstype").Property.Offset<string | number> | undefined;
|
|
2543
|
+
outline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
2544
|
+
overflow?: import("csstype").Property.Overflow | undefined;
|
|
2545
|
+
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
|
2546
|
+
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
|
2547
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
2548
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
2549
|
+
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
2550
|
+
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
2551
|
+
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
2552
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
2553
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
2554
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
2555
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
|
2556
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
|
2557
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
|
2558
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
2559
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
2560
|
+
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
2561
|
+
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
2562
|
+
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2563
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
2564
|
+
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
2565
|
+
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
2566
|
+
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
2567
|
+
MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
2568
|
+
MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
2569
|
+
MozAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
2570
|
+
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
2571
|
+
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
2572
|
+
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
2573
|
+
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
2574
|
+
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
2575
|
+
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
2576
|
+
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
2577
|
+
MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
2578
|
+
MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
|
|
2579
|
+
MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
|
|
2580
|
+
MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
2581
|
+
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
2582
|
+
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
2583
|
+
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
2584
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
2585
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
2586
|
+
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
2587
|
+
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
2588
|
+
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
2589
|
+
MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
2590
|
+
MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
|
|
2591
|
+
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
2592
|
+
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
2593
|
+
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
2594
|
+
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
2595
|
+
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
2596
|
+
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
2597
|
+
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
2598
|
+
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
2599
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
2600
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
2601
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
2602
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
2603
|
+
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
2604
|
+
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
2605
|
+
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
2606
|
+
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
2607
|
+
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
2608
|
+
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
2609
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
2610
|
+
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
2611
|
+
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2612
|
+
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
2613
|
+
MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
|
|
2614
|
+
msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
|
|
2615
|
+
msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
|
|
2616
|
+
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
|
|
2617
|
+
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
|
|
2618
|
+
msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
|
|
2619
|
+
msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
|
|
2620
|
+
msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
|
|
2621
|
+
msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
|
|
2622
|
+
msFilter?: import("csstype").Property.MsFilter | undefined;
|
|
2623
|
+
msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
2624
|
+
msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
|
|
2625
|
+
msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
|
|
2626
|
+
msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
|
|
2627
|
+
msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
|
|
2628
|
+
msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
|
|
2629
|
+
msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
|
|
2630
|
+
msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
|
|
2631
|
+
msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
|
|
2632
|
+
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
|
|
2633
|
+
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
2634
|
+
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
|
2635
|
+
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
2636
|
+
msOrder?: import("csstype").Property.Order | undefined;
|
|
2637
|
+
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
|
|
2638
|
+
msOverflowX?: import("csstype").Property.OverflowX | undefined;
|
|
2639
|
+
msOverflowY?: import("csstype").Property.OverflowY | undefined;
|
|
2640
|
+
msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
|
|
2641
|
+
msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
|
|
2642
|
+
msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
|
|
2643
|
+
msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
|
|
2644
|
+
msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
|
|
2645
|
+
msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
|
|
2646
|
+
msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
|
|
2647
|
+
msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
|
|
2648
|
+
msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
|
|
2649
|
+
msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
|
|
2650
|
+
msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
|
|
2651
|
+
msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
|
|
2652
|
+
msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
|
|
2653
|
+
msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
|
|
2654
|
+
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
|
|
2655
|
+
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
|
|
2656
|
+
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
|
|
2657
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
|
2658
|
+
msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
|
|
2659
|
+
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
|
|
2660
|
+
msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
2661
|
+
msTouchAction?: import("csstype").Property.TouchAction | undefined;
|
|
2662
|
+
msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
|
|
2663
|
+
msTransform?: import("csstype").Property.Transform | undefined;
|
|
2664
|
+
msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
2665
|
+
msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2666
|
+
msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2667
|
+
msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
2668
|
+
msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2669
|
+
msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
|
|
2670
|
+
msWordBreak?: import("csstype").Property.WordBreak | undefined;
|
|
2671
|
+
msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
|
|
2672
|
+
msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
|
|
2673
|
+
msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
|
|
2674
|
+
msWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
2675
|
+
WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
|
|
2676
|
+
WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
|
|
2677
|
+
WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
2678
|
+
WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
2679
|
+
WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
2680
|
+
WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
2681
|
+
WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
2682
|
+
WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
2683
|
+
WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
2684
|
+
WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
2685
|
+
WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
2686
|
+
WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
|
|
2687
|
+
WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
|
|
2688
|
+
WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
2689
|
+
WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
2690
|
+
WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
2691
|
+
WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
2692
|
+
WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
|
|
2693
|
+
WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
|
|
2694
|
+
WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
|
|
2695
|
+
WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
2696
|
+
WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
2697
|
+
WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
2698
|
+
WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
|
2699
|
+
WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
|
2700
|
+
WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
2701
|
+
WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
|
|
2702
|
+
WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
2703
|
+
WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
2704
|
+
WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
|
|
2705
|
+
WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
2706
|
+
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
2707
|
+
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
2708
|
+
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
2709
|
+
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
2710
|
+
WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
2711
|
+
WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
2712
|
+
WebkitFilter?: import("csstype").Property.Filter | undefined;
|
|
2713
|
+
WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
2714
|
+
WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
2715
|
+
WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
2716
|
+
WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
2717
|
+
WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
2718
|
+
WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
2719
|
+
WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
2720
|
+
WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
2721
|
+
WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
|
2722
|
+
WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
|
2723
|
+
WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
2724
|
+
WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
2725
|
+
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
2726
|
+
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
2727
|
+
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
2728
|
+
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
2729
|
+
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
2730
|
+
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
2731
|
+
WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
2732
|
+
WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
2733
|
+
WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
|
|
2734
|
+
WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
|
|
2735
|
+
WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
|
|
2736
|
+
WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
|
|
2737
|
+
WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
|
|
2738
|
+
WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
|
|
2739
|
+
WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
|
|
2740
|
+
WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
|
|
2741
|
+
WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
|
|
2742
|
+
WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
|
|
2743
|
+
WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
|
|
2744
|
+
WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
|
|
2745
|
+
WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
|
|
2746
|
+
WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
|
|
2747
|
+
WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
|
|
2748
|
+
WebkitOrder?: import("csstype").Property.Order | undefined;
|
|
2749
|
+
WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
|
|
2750
|
+
WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
2751
|
+
WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
2752
|
+
WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
2753
|
+
WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
2754
|
+
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
2755
|
+
WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
2756
|
+
WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
|
2757
|
+
WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
2758
|
+
WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
|
|
2759
|
+
WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
|
|
2760
|
+
WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
2761
|
+
WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
2762
|
+
WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
|
|
2763
|
+
WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
2764
|
+
WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
|
2765
|
+
WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
|
2766
|
+
WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
|
2767
|
+
WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
|
|
2768
|
+
WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
|
|
2769
|
+
WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
2770
|
+
WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
|
|
2771
|
+
WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
|
|
2772
|
+
WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
2773
|
+
WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
|
|
2774
|
+
WebkitTransform?: import("csstype").Property.Transform | undefined;
|
|
2775
|
+
WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
2776
|
+
WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
2777
|
+
WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2778
|
+
WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2779
|
+
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
2780
|
+
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2781
|
+
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
2782
|
+
WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2783
|
+
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
2784
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
2785
|
+
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
2786
|
+
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
2787
|
+
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
2788
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
2789
|
+
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
2790
|
+
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
2791
|
+
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
2792
|
+
msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
|
|
2793
|
+
msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
|
|
2794
|
+
msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
|
|
2795
|
+
msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2796
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
2797
|
+
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
|
|
2798
|
+
WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
2799
|
+
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
2800
|
+
WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
2801
|
+
WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
2802
|
+
WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
2803
|
+
WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
2804
|
+
WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
|
|
2805
|
+
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
|
|
2806
|
+
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
2807
|
+
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
2808
|
+
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2809
|
+
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
2810
|
+
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
2811
|
+
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
2812
|
+
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
2813
|
+
boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
|
2814
|
+
boxLines?: import("csstype").Property.BoxLines | undefined;
|
|
2815
|
+
boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
2816
|
+
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
2817
|
+
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
2818
|
+
clip?: import("csstype").Property.Clip | undefined;
|
|
2819
|
+
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
2820
|
+
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
2821
|
+
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
2822
|
+
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
2823
|
+
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
2824
|
+
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
2825
|
+
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
2826
|
+
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
2827
|
+
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
2828
|
+
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
2829
|
+
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
2830
|
+
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
2831
|
+
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
2832
|
+
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
2833
|
+
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
|
2834
|
+
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
|
|
2835
|
+
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
2836
|
+
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
2837
|
+
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
2838
|
+
KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
|
2839
|
+
KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
|
|
2840
|
+
KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
2841
|
+
KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
2842
|
+
KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
2843
|
+
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
2844
|
+
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
2845
|
+
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2846
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
2847
|
+
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
2848
|
+
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
2849
|
+
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
2850
|
+
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
2851
|
+
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
2852
|
+
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
2853
|
+
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
2854
|
+
MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
|
2855
|
+
MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
|
2856
|
+
MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
2857
|
+
MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
2858
|
+
MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
2859
|
+
MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
2860
|
+
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
2861
|
+
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
2862
|
+
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
2863
|
+
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
2864
|
+
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
2865
|
+
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
2866
|
+
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
2867
|
+
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
2868
|
+
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
2869
|
+
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
2870
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
2871
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
2872
|
+
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
2873
|
+
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
2874
|
+
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
2875
|
+
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
2876
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
2877
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
2878
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
2879
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2880
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2881
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2882
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
2883
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2884
|
+
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
2885
|
+
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
2886
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
2887
|
+
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
2888
|
+
OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
2889
|
+
OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
2890
|
+
OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
|
|
2891
|
+
OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
2892
|
+
OAnimationName?: import("csstype").Property.AnimationName | undefined;
|
|
2893
|
+
OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
2894
|
+
OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
2895
|
+
OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
2896
|
+
OBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
2897
|
+
OObjectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
2898
|
+
OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
2899
|
+
OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
2900
|
+
OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
2901
|
+
OTransform?: import("csstype").Property.Transform | undefined;
|
|
2902
|
+
OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
2903
|
+
OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2904
|
+
OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2905
|
+
OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2906
|
+
OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
2907
|
+
OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2908
|
+
WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
2909
|
+
WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
2910
|
+
WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
2911
|
+
WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
|
|
2912
|
+
WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
|
|
2913
|
+
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
2914
|
+
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
2915
|
+
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
2916
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
2917
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
2918
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
2919
|
+
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
2920
|
+
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
2921
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
2922
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
2923
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
2924
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
2925
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
2926
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
2927
|
+
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
2928
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
2929
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
2930
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
2931
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
2932
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
2933
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
2934
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
2935
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
2936
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
2937
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
2938
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
2939
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
2940
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
2941
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
2942
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
2943
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
2944
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
2945
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
2946
|
+
};
|
|
2947
|
+
'&.mapboxgl-compact': {
|
|
2948
|
+
backgroundColor: string;
|
|
2949
|
+
right: string;
|
|
2950
|
+
bottom: string;
|
|
2951
|
+
'@media (max-width: 600px)': {
|
|
2952
|
+
bottom: string;
|
|
2953
|
+
};
|
|
2954
|
+
'& .mapboxgl-ctrl-attrib-button': {
|
|
2955
|
+
backgroundImage: string;
|
|
2956
|
+
backgroundColor: string;
|
|
2957
|
+
top: string;
|
|
2958
|
+
bottom: number;
|
|
2959
|
+
right: number;
|
|
2960
|
+
'&:not(:disabled):hover': {
|
|
2961
|
+
backgroundColor: string;
|
|
2962
|
+
};
|
|
2963
|
+
};
|
|
2964
|
+
'& .mapboxgl-ctrl-attrib-inner': {
|
|
2965
|
+
backgroundColor: string;
|
|
2966
|
+
padding: string;
|
|
2967
|
+
borderRadius: string;
|
|
2968
|
+
marginRight: string;
|
|
2969
|
+
color: string | undefined;
|
|
2970
|
+
};
|
|
2971
|
+
'&.mapboxgl-compact-show': {
|
|
2972
|
+
'& .mapboxgl-ctrl-attrib-button': {
|
|
2973
|
+
backgroundImage: string;
|
|
2974
|
+
backgroundColor: string | undefined;
|
|
2975
|
+
'&:not(:disabled):hover': {
|
|
2976
|
+
backgroundColor: string | undefined;
|
|
2977
|
+
};
|
|
2978
|
+
};
|
|
2979
|
+
};
|
|
2980
|
+
};
|
|
2981
|
+
};
|
|
2982
|
+
};
|
|
2983
|
+
};
|
|
2984
|
+
MuiDialog?: {
|
|
2985
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiDialog"];
|
|
2986
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').DialogClasses, "MuiDialog", import('@mui/material').Theme>> | undefined;
|
|
2987
|
+
variants?: {
|
|
2988
|
+
props: Partial<import('@mui/material').DialogProps> | ((props: Partial<import('@mui/material').DialogProps> & {
|
|
2989
|
+
ownerState: Partial<import('@mui/material').DialogProps>;
|
|
2990
|
+
}) => boolean);
|
|
2991
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
2992
|
+
theme: import('@mui/material').Theme;
|
|
2993
|
+
}>;
|
|
2994
|
+
}[] | undefined;
|
|
2995
|
+
} | undefined;
|
|
2996
|
+
MuiDialogActions?: {
|
|
2997
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiDialogActions"];
|
|
2998
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').DialogActionsClasses, "MuiDialogActions", import('@mui/material').Theme>> | undefined;
|
|
2999
|
+
variants?: {
|
|
3000
|
+
props: Partial<import('@mui/material').DialogActionsProps> | ((props: Partial<import('@mui/material').DialogActionsProps> & {
|
|
3001
|
+
ownerState: Partial<import('@mui/material').DialogActionsProps>;
|
|
3002
|
+
}) => boolean);
|
|
3003
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3004
|
+
theme: import('@mui/material').Theme;
|
|
3005
|
+
}>;
|
|
3006
|
+
}[] | undefined;
|
|
3007
|
+
} | undefined;
|
|
3008
|
+
MuiDialogContent?: {
|
|
3009
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiDialogContent"];
|
|
3010
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').DialogContentClasses, "MuiDialogContent", import('@mui/material').Theme>> | undefined;
|
|
3011
|
+
variants?: {
|
|
3012
|
+
props: Partial<import('@mui/material').DialogContentProps> | ((props: Partial<import('@mui/material').DialogContentProps> & {
|
|
3013
|
+
ownerState: Partial<import('@mui/material').DialogContentProps>;
|
|
3014
|
+
}) => boolean);
|
|
3015
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3016
|
+
theme: import('@mui/material').Theme;
|
|
3017
|
+
}>;
|
|
3018
|
+
}[] | undefined;
|
|
3019
|
+
} | undefined;
|
|
3020
|
+
MuiDialogContentText?: {
|
|
3021
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiDialogContentText"];
|
|
3022
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiDialogContentText", import('@mui/material').Theme>> | undefined;
|
|
3023
|
+
variants?: {
|
|
3024
|
+
props: Partial<import('@mui/material').DialogContentTextProps> | ((props: Partial<import('@mui/material').DialogContentTextProps> & {
|
|
3025
|
+
ownerState: Partial<import('@mui/material').DialogContentTextProps>;
|
|
3026
|
+
}) => boolean);
|
|
3027
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3028
|
+
theme: import('@mui/material').Theme;
|
|
3029
|
+
}>;
|
|
3030
|
+
}[] | undefined;
|
|
3031
|
+
} | undefined;
|
|
3032
|
+
MuiDialogTitle?: {
|
|
3033
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiDialogTitle"];
|
|
3034
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiDialogTitle", import('@mui/material').Theme>> | undefined;
|
|
3035
|
+
variants?: {
|
|
3036
|
+
props: Partial<import('@mui/material').DialogTitleProps> | ((props: Partial<import('@mui/material').DialogTitleProps> & {
|
|
3037
|
+
ownerState: Partial<import('@mui/material').DialogTitleProps>;
|
|
3038
|
+
}) => boolean);
|
|
3039
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3040
|
+
theme: import('@mui/material').Theme;
|
|
3041
|
+
}>;
|
|
3042
|
+
}[] | undefined;
|
|
3043
|
+
} | undefined;
|
|
3044
|
+
MuiDivider?: {
|
|
3045
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiDivider"];
|
|
3046
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').DividerClasses, "MuiDivider", import('@mui/material').Theme>> | undefined;
|
|
3047
|
+
variants?: {
|
|
3048
|
+
props: Partial<import('@mui/material').DividerProps> | ((props: Partial<import('@mui/material').DividerProps> & {
|
|
3049
|
+
ownerState: Partial<import('@mui/material').DividerProps>;
|
|
3050
|
+
}) => boolean);
|
|
3051
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3052
|
+
theme: import('@mui/material').Theme;
|
|
3053
|
+
}>;
|
|
3054
|
+
}[] | undefined;
|
|
3055
|
+
} | undefined;
|
|
3056
|
+
MuiDrawer?: {
|
|
3057
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiDrawer"];
|
|
3058
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').DrawerClasses, "MuiDrawer", import('@mui/material').Theme>> | undefined;
|
|
3059
|
+
variants?: {
|
|
3060
|
+
props: Partial<import('@mui/material').DrawerProps> | ((props: Partial<import('@mui/material').DrawerProps> & {
|
|
3061
|
+
ownerState: Partial<import('@mui/material').DrawerProps>;
|
|
3062
|
+
}) => boolean);
|
|
3063
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3064
|
+
theme: import('@mui/material').Theme;
|
|
3065
|
+
}>;
|
|
3066
|
+
}[] | undefined;
|
|
3067
|
+
} | undefined;
|
|
3068
|
+
MuiAccordion?: {
|
|
3069
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAccordion"];
|
|
3070
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AccordionClasses, "MuiAccordion", import('@mui/material').Theme>> | undefined;
|
|
3071
|
+
variants?: {
|
|
3072
|
+
props: Partial<import('@mui/material').AccordionProps> | ((props: Partial<import('@mui/material').AccordionProps> & {
|
|
3073
|
+
ownerState: Partial<import('@mui/material').AccordionProps>;
|
|
3074
|
+
}) => boolean);
|
|
3075
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3076
|
+
theme: import('@mui/material').Theme;
|
|
3077
|
+
}>;
|
|
3078
|
+
}[] | undefined;
|
|
3079
|
+
} | undefined;
|
|
3080
|
+
MuiAccordionActions?: {
|
|
3081
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAccordionActions"];
|
|
3082
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AccordionActionsClasses, "MuiAccordionActions", import('@mui/material').Theme>> | undefined;
|
|
3083
|
+
variants?: {
|
|
3084
|
+
props: Partial<import('@mui/material').AccordionActionsProps> | ((props: Partial<import('@mui/material').AccordionActionsProps> & {
|
|
3085
|
+
ownerState: Partial<import('@mui/material').AccordionActionsProps>;
|
|
3086
|
+
}) => boolean);
|
|
3087
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3088
|
+
theme: import('@mui/material').Theme;
|
|
3089
|
+
}>;
|
|
3090
|
+
}[] | undefined;
|
|
3091
|
+
} | undefined;
|
|
3092
|
+
MuiAccordionDetails?: {
|
|
3093
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAccordionDetails"];
|
|
3094
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiAccordionDetails", import('@mui/material').Theme>> | undefined;
|
|
3095
|
+
variants?: {
|
|
3096
|
+
props: Partial<import('@mui/material').AccordionDetailsProps> | ((props: Partial<import('@mui/material').AccordionDetailsProps> & {
|
|
3097
|
+
ownerState: Partial<import('@mui/material').AccordionDetailsProps>;
|
|
3098
|
+
}) => boolean);
|
|
3099
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3100
|
+
theme: import('@mui/material').Theme;
|
|
3101
|
+
}>;
|
|
3102
|
+
}[] | undefined;
|
|
3103
|
+
} | undefined;
|
|
3104
|
+
MuiAccordionSummary?: {
|
|
3105
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiAccordionSummary"];
|
|
3106
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').AccordionSummaryClasses, "MuiAccordionSummary", import('@mui/material').Theme>> | undefined;
|
|
3107
|
+
variants?: {
|
|
3108
|
+
props: Partial<import('@mui/material').AccordionSummaryProps> | ((props: Partial<import('@mui/material').AccordionSummaryProps> & {
|
|
3109
|
+
ownerState: Partial<import('@mui/material').AccordionSummaryProps>;
|
|
3110
|
+
}) => boolean);
|
|
3111
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3112
|
+
theme: import('@mui/material').Theme;
|
|
3113
|
+
}>;
|
|
3114
|
+
}[] | undefined;
|
|
3115
|
+
} | undefined;
|
|
3116
|
+
MuiFab?: {
|
|
3117
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiFab"];
|
|
3118
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FabClasses, "MuiFab", import('@mui/material').Theme>> | undefined;
|
|
3119
|
+
variants?: {
|
|
3120
|
+
props: Partial<import('@mui/material').FabProps> | ((props: Partial<import('@mui/material').FabProps> & {
|
|
3121
|
+
ownerState: Partial<import('@mui/material').FabProps>;
|
|
3122
|
+
}) => boolean);
|
|
3123
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3124
|
+
theme: import('@mui/material').Theme;
|
|
3125
|
+
}>;
|
|
3126
|
+
}[] | undefined;
|
|
3127
|
+
} | undefined;
|
|
3128
|
+
MuiFilledInput?: {
|
|
3129
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiFilledInput"];
|
|
3130
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FilledInputClasses, "MuiFilledInput", import('@mui/material').Theme>> | undefined;
|
|
3131
|
+
variants?: {
|
|
3132
|
+
props: Partial<import('@mui/material').FilledInputProps> | ((props: Partial<import('@mui/material').FilledInputProps> & {
|
|
3133
|
+
ownerState: Partial<import('@mui/material').FilledInputProps>;
|
|
3134
|
+
}) => boolean);
|
|
3135
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3136
|
+
theme: import('@mui/material').Theme;
|
|
3137
|
+
}>;
|
|
3138
|
+
}[] | undefined;
|
|
3139
|
+
} | undefined;
|
|
3140
|
+
MuiFormControl?: {
|
|
3141
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiFormControl"];
|
|
3142
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FormControlClasses, "MuiFormControl", import('@mui/material').Theme>> | undefined;
|
|
3143
|
+
variants?: {
|
|
3144
|
+
props: Partial<import('@mui/material').FormControlProps> | ((props: Partial<import('@mui/material').FormControlProps> & {
|
|
3145
|
+
ownerState: Partial<import('@mui/material').FormControlProps>;
|
|
3146
|
+
}) => boolean);
|
|
3147
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3148
|
+
theme: import('@mui/material').Theme;
|
|
3149
|
+
}>;
|
|
3150
|
+
}[] | undefined;
|
|
3151
|
+
} | undefined;
|
|
3152
|
+
MuiFormControlLabel?: {
|
|
3153
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiFormControlLabel"];
|
|
3154
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FormControlLabelClasses, "MuiFormControlLabel", import('@mui/material').Theme>> | undefined;
|
|
3155
|
+
variants?: {
|
|
3156
|
+
props: Partial<import('@mui/material').FormControlLabelProps> | ((props: Partial<import('@mui/material').FormControlLabelProps> & {
|
|
3157
|
+
ownerState: Partial<import('@mui/material').FormControlLabelProps>;
|
|
3158
|
+
}) => boolean);
|
|
3159
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3160
|
+
theme: import('@mui/material').Theme;
|
|
3161
|
+
}>;
|
|
3162
|
+
}[] | undefined;
|
|
3163
|
+
} | undefined;
|
|
3164
|
+
MuiFormGroup?: {
|
|
3165
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiFormGroup"];
|
|
3166
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FormGroupClasses, "MuiFormGroup", import('@mui/material').Theme>> | undefined;
|
|
3167
|
+
variants?: {
|
|
3168
|
+
props: Partial<import('@mui/material').FormGroupProps> | ((props: Partial<import('@mui/material').FormGroupProps> & {
|
|
3169
|
+
ownerState: Partial<import('@mui/material').FormGroupProps>;
|
|
3170
|
+
}) => boolean);
|
|
3171
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3172
|
+
theme: import('@mui/material').Theme;
|
|
3173
|
+
}>;
|
|
3174
|
+
}[] | undefined;
|
|
3175
|
+
} | undefined;
|
|
3176
|
+
MuiFormHelperText?: {
|
|
3177
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiFormHelperText"];
|
|
3178
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FormHelperTextClasses, "MuiFormHelperText", import('@mui/material').Theme>> | undefined;
|
|
3179
|
+
variants?: {
|
|
3180
|
+
props: Partial<import('@mui/material').FormHelperTextProps> | ((props: Partial<import('@mui/material').FormHelperTextProps> & {
|
|
3181
|
+
ownerState: Partial<import('@mui/material').FormHelperTextProps>;
|
|
3182
|
+
}) => boolean);
|
|
3183
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3184
|
+
theme: import('@mui/material').Theme;
|
|
3185
|
+
}>;
|
|
3186
|
+
}[] | undefined;
|
|
3187
|
+
} | undefined;
|
|
3188
|
+
MuiFormLabel?: {
|
|
3189
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiFormLabel"];
|
|
3190
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FormLabelClasses, "MuiFormLabel", import('@mui/material').Theme>> | undefined;
|
|
3191
|
+
variants?: {
|
|
3192
|
+
props: Partial<import('@mui/material').FormLabelProps> | ((props: Partial<import('@mui/material').FormLabelProps> & {
|
|
3193
|
+
ownerState: Partial<import('@mui/material').FormLabelProps>;
|
|
3194
|
+
}) => boolean);
|
|
3195
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3196
|
+
theme: import('@mui/material').Theme;
|
|
3197
|
+
}>;
|
|
3198
|
+
}[] | undefined;
|
|
3199
|
+
} | undefined;
|
|
3200
|
+
MuiGrid?: {
|
|
3201
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiGrid"];
|
|
3202
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').GridClasses, "MuiGrid", import('@mui/material').Theme>> | undefined;
|
|
3203
|
+
variants?: {
|
|
3204
|
+
props: Partial<import('@mui/material').GridProps> | ((props: Partial<import('@mui/material').GridProps> & {
|
|
3205
|
+
ownerState: Partial<import('@mui/material').GridProps>;
|
|
3206
|
+
}) => boolean);
|
|
3207
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3208
|
+
theme: import('@mui/material').Theme;
|
|
3209
|
+
}>;
|
|
3210
|
+
}[] | undefined;
|
|
3211
|
+
} | undefined;
|
|
3212
|
+
MuiGrid2?: {
|
|
3213
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiGrid2"];
|
|
3214
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiGrid2", import('@mui/material').Theme>> | undefined;
|
|
3215
|
+
variants?: {
|
|
3216
|
+
props: Partial<import('@mui/material').Grid2Props> | ((props: Partial<import('@mui/material').Grid2Props> & {
|
|
3217
|
+
ownerState: Partial<import('@mui/material').Grid2Props>;
|
|
3218
|
+
}) => boolean);
|
|
3219
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3220
|
+
theme: import('@mui/material').Theme;
|
|
3221
|
+
}>;
|
|
3222
|
+
}[] | undefined;
|
|
3223
|
+
} | undefined;
|
|
3224
|
+
MuiImageList?: {
|
|
3225
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiImageList"];
|
|
3226
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ImageListClasses, "MuiImageList", import('@mui/material').Theme>> | undefined;
|
|
3227
|
+
variants?: {
|
|
3228
|
+
props: Partial<import('@mui/material').ImageListProps> | ((props: Partial<import('@mui/material').ImageListProps> & {
|
|
3229
|
+
ownerState: Partial<import('@mui/material').ImageListProps>;
|
|
3230
|
+
}) => boolean);
|
|
3231
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3232
|
+
theme: import('@mui/material').Theme;
|
|
3233
|
+
}>;
|
|
3234
|
+
}[] | undefined;
|
|
3235
|
+
} | undefined;
|
|
3236
|
+
MuiImageListItem?: {
|
|
3237
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiImageListItem"];
|
|
3238
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ImageListItemClasses, "MuiImageListItem", import('@mui/material').Theme>> | undefined;
|
|
3239
|
+
variants?: {
|
|
3240
|
+
props: Partial<import('@mui/material').ImageListItemProps> | ((props: Partial<import('@mui/material').ImageListItemProps> & {
|
|
3241
|
+
ownerState: Partial<import('@mui/material').ImageListItemProps>;
|
|
3242
|
+
}) => boolean);
|
|
3243
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3244
|
+
theme: import('@mui/material').Theme;
|
|
3245
|
+
}>;
|
|
3246
|
+
}[] | undefined;
|
|
3247
|
+
} | undefined;
|
|
3248
|
+
MuiImageListItemBar?: {
|
|
3249
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiImageListItemBar"];
|
|
3250
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ImageListItemBarClasses, "MuiImageListItemBar", import('@mui/material').Theme>> | undefined;
|
|
3251
|
+
variants?: {
|
|
3252
|
+
props: Partial<import('@mui/material').ImageListItemBarProps> | ((props: Partial<import('@mui/material').ImageListItemBarProps> & {
|
|
3253
|
+
ownerState: Partial<import('@mui/material').ImageListItemBarProps>;
|
|
3254
|
+
}) => boolean);
|
|
3255
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3256
|
+
theme: import('@mui/material').Theme;
|
|
3257
|
+
}>;
|
|
3258
|
+
}[] | undefined;
|
|
3259
|
+
} | undefined;
|
|
3260
|
+
MuiIcon?: {
|
|
3261
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiIcon"];
|
|
3262
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').IconClasses, "MuiIcon", import('@mui/material').Theme>> | undefined;
|
|
3263
|
+
variants?: {
|
|
3264
|
+
props: Partial<import('@mui/material').IconProps> | ((props: Partial<import('@mui/material').IconProps> & {
|
|
3265
|
+
ownerState: Partial<import('@mui/material').IconProps>;
|
|
3266
|
+
}) => boolean);
|
|
3267
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3268
|
+
theme: import('@mui/material').Theme;
|
|
3269
|
+
}>;
|
|
3270
|
+
}[] | undefined;
|
|
3271
|
+
} | undefined;
|
|
3272
|
+
MuiIconButton?: {
|
|
3273
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiIconButton"];
|
|
3274
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').IconButtonClasses, "MuiIconButton", import('@mui/material').Theme>> | undefined;
|
|
3275
|
+
variants?: {
|
|
3276
|
+
props: Partial<import('@mui/material').IconButtonProps> | ((props: Partial<import('@mui/material').IconButtonProps> & {
|
|
3277
|
+
ownerState: Partial<import('@mui/material').IconButtonProps>;
|
|
3278
|
+
}) => boolean);
|
|
3279
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3280
|
+
theme: import('@mui/material').Theme;
|
|
3281
|
+
}>;
|
|
3282
|
+
}[] | undefined;
|
|
3283
|
+
} | undefined;
|
|
3284
|
+
MuiInput?: {
|
|
3285
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiInput"];
|
|
3286
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').InputClasses, "MuiInput", import('@mui/material').Theme>> | undefined;
|
|
3287
|
+
variants?: {
|
|
3288
|
+
props: Partial<import('@mui/material').InputProps> | ((props: Partial<import('@mui/material').InputProps> & {
|
|
3289
|
+
ownerState: Partial<import('@mui/material').InputProps>;
|
|
3290
|
+
}) => boolean);
|
|
3291
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3292
|
+
theme: import('@mui/material').Theme;
|
|
3293
|
+
}>;
|
|
3294
|
+
}[] | undefined;
|
|
3295
|
+
} | undefined;
|
|
3296
|
+
MuiInputAdornment?: {
|
|
3297
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiInputAdornment"];
|
|
3298
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').InputAdornmentClasses, "MuiInputAdornment", import('@mui/material').Theme>> | undefined;
|
|
3299
|
+
variants?: {
|
|
3300
|
+
props: Partial<import('@mui/material').InputAdornmentProps> | ((props: Partial<import('@mui/material').InputAdornmentProps> & {
|
|
3301
|
+
ownerState: Partial<import('@mui/material').InputAdornmentProps>;
|
|
3302
|
+
}) => boolean);
|
|
3303
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3304
|
+
theme: import('@mui/material').Theme;
|
|
3305
|
+
}>;
|
|
3306
|
+
}[] | undefined;
|
|
3307
|
+
} | undefined;
|
|
3308
|
+
MuiInputBase?: {
|
|
3309
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiInputBase"];
|
|
3310
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').InputBaseClasses, "MuiInputBase", import('@mui/material').Theme>> | undefined;
|
|
3311
|
+
variants?: {
|
|
3312
|
+
props: Partial<import('@mui/material').InputBaseProps> | ((props: Partial<import('@mui/material').InputBaseProps> & {
|
|
3313
|
+
ownerState: Partial<import('@mui/material').InputBaseProps>;
|
|
3314
|
+
}) => boolean);
|
|
3315
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3316
|
+
theme: import('@mui/material').Theme;
|
|
3317
|
+
}>;
|
|
3318
|
+
}[] | undefined;
|
|
3319
|
+
} | undefined;
|
|
3320
|
+
MuiInputLabel?: {
|
|
3321
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiInputLabel"];
|
|
3322
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').InputLabelClasses, "MuiInputLabel", import('@mui/material').Theme>> | undefined;
|
|
3323
|
+
variants?: {
|
|
3324
|
+
props: Partial<import('@mui/material').InputLabelProps> | ((props: Partial<import('@mui/material').InputLabelProps> & {
|
|
3325
|
+
ownerState: Partial<import('@mui/material').InputLabelProps>;
|
|
3326
|
+
}) => boolean);
|
|
3327
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3328
|
+
theme: import('@mui/material').Theme;
|
|
3329
|
+
}>;
|
|
3330
|
+
}[] | undefined;
|
|
3331
|
+
} | undefined;
|
|
3332
|
+
MuiLinearProgress?: {
|
|
3333
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiLinearProgress"];
|
|
3334
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').LinearProgressClasses, "MuiLinearProgress", import('@mui/material').Theme>> | undefined;
|
|
3335
|
+
variants?: {
|
|
3336
|
+
props: Partial<import('@mui/material').LinearProgressProps> | ((props: Partial<import('@mui/material').LinearProgressProps> & {
|
|
3337
|
+
ownerState: Partial<import('@mui/material').LinearProgressProps>;
|
|
3338
|
+
}) => boolean);
|
|
3339
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3340
|
+
theme: import('@mui/material').Theme;
|
|
3341
|
+
}>;
|
|
3342
|
+
}[] | undefined;
|
|
3343
|
+
} | undefined;
|
|
3344
|
+
MuiLink?: {
|
|
3345
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiLink"];
|
|
3346
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').LinkClasses, "MuiLink", import('@mui/material').Theme>> | undefined;
|
|
3347
|
+
variants?: {
|
|
3348
|
+
props: Partial<import('@mui/material').LinkProps> | ((props: Partial<import('@mui/material').LinkProps> & {
|
|
3349
|
+
ownerState: Partial<import('@mui/material').LinkProps>;
|
|
3350
|
+
}) => boolean);
|
|
3351
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3352
|
+
theme: import('@mui/material').Theme;
|
|
3353
|
+
}>;
|
|
3354
|
+
}[] | undefined;
|
|
3355
|
+
} | undefined;
|
|
3356
|
+
MuiList?: {
|
|
3357
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiList"];
|
|
3358
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListClasses, "MuiList", import('@mui/material').Theme>> | undefined;
|
|
3359
|
+
variants?: {
|
|
3360
|
+
props: Partial<import('@mui/material').ListProps> | ((props: Partial<import('@mui/material').ListProps> & {
|
|
3361
|
+
ownerState: Partial<import('@mui/material').ListProps>;
|
|
3362
|
+
}) => boolean);
|
|
3363
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3364
|
+
theme: import('@mui/material').Theme;
|
|
3365
|
+
}>;
|
|
3366
|
+
}[] | undefined;
|
|
3367
|
+
} | undefined;
|
|
3368
|
+
MuiListItem?: {
|
|
3369
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiListItem"];
|
|
3370
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListItemClasses, "MuiListItem", import('@mui/material').Theme>> | undefined;
|
|
3371
|
+
variants?: {
|
|
3372
|
+
props: Partial<import('@mui/material').ListItemProps> | ((props: Partial<import('@mui/material').ListItemProps> & {
|
|
3373
|
+
ownerState: Partial<import('@mui/material').ListItemProps>;
|
|
3374
|
+
}) => boolean);
|
|
3375
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3376
|
+
theme: import('@mui/material').Theme;
|
|
3377
|
+
}>;
|
|
3378
|
+
}[] | undefined;
|
|
3379
|
+
} | undefined;
|
|
3380
|
+
MuiListItemButton?: {
|
|
3381
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiListItemButton"];
|
|
3382
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListItemButtonClasses, "MuiListItemButton", import('@mui/material').Theme>> | undefined;
|
|
3383
|
+
variants?: {
|
|
3384
|
+
props: Partial<import('@mui/material').ListItemButtonProps> | ((props: Partial<import('@mui/material').ListItemButtonProps> & {
|
|
3385
|
+
ownerState: Partial<import('@mui/material').ListItemButtonProps>;
|
|
3386
|
+
}) => boolean);
|
|
3387
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3388
|
+
theme: import('@mui/material').Theme;
|
|
3389
|
+
}>;
|
|
3390
|
+
}[] | undefined;
|
|
3391
|
+
} | undefined;
|
|
3392
|
+
MuiListItemAvatar?: {
|
|
3393
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiListItemAvatar"];
|
|
3394
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListItemAvatarClasses, "MuiListItemAvatar", import('@mui/material').Theme>> | undefined;
|
|
3395
|
+
variants?: {
|
|
3396
|
+
props: Partial<import('@mui/material').ListItemAvatarProps> | ((props: Partial<import('@mui/material').ListItemAvatarProps> & {
|
|
3397
|
+
ownerState: Partial<import('@mui/material').ListItemAvatarProps>;
|
|
3398
|
+
}) => boolean);
|
|
3399
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3400
|
+
theme: import('@mui/material').Theme;
|
|
3401
|
+
}>;
|
|
3402
|
+
}[] | undefined;
|
|
3403
|
+
} | undefined;
|
|
3404
|
+
MuiListItemIcon?: {
|
|
3405
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiListItemIcon"];
|
|
3406
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListItemIconClasses, "MuiListItemIcon", import('@mui/material').Theme>> | undefined;
|
|
3407
|
+
variants?: {
|
|
3408
|
+
props: Partial<import('@mui/material').ListItemIconProps> | ((props: Partial<import('@mui/material').ListItemIconProps> & {
|
|
3409
|
+
ownerState: Partial<import('@mui/material').ListItemIconProps>;
|
|
3410
|
+
}) => boolean);
|
|
3411
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3412
|
+
theme: import('@mui/material').Theme;
|
|
3413
|
+
}>;
|
|
3414
|
+
}[] | undefined;
|
|
3415
|
+
} | undefined;
|
|
3416
|
+
MuiListItemSecondaryAction?: {
|
|
3417
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiListItemSecondaryAction"];
|
|
3418
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListItemSecondaryActionClasses, "MuiListItemSecondaryAction", import('@mui/material').Theme>> | undefined;
|
|
3419
|
+
variants?: {
|
|
3420
|
+
props: Partial<import('@mui/material').ListItemSecondaryActionProps> | ((props: Partial<import('@mui/material').ListItemSecondaryActionProps> & {
|
|
3421
|
+
ownerState: Partial<import('@mui/material').ListItemSecondaryActionProps>;
|
|
3422
|
+
}) => boolean);
|
|
3423
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3424
|
+
theme: import('@mui/material').Theme;
|
|
3425
|
+
}>;
|
|
3426
|
+
}[] | undefined;
|
|
3427
|
+
} | undefined;
|
|
3428
|
+
MuiListItemText?: {
|
|
3429
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiListItemText"];
|
|
3430
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListItemTextClasses, "MuiListItemText", import('@mui/material').Theme>> | undefined;
|
|
3431
|
+
variants?: {
|
|
3432
|
+
props: Partial<import('@mui/material').ListItemTextProps<"span", "p">> | ((props: Partial<import('@mui/material').ListItemTextProps<"span", "p">> & {
|
|
3433
|
+
ownerState: Partial<import('@mui/material').ListItemTextProps<"span", "p">>;
|
|
3434
|
+
}) => boolean);
|
|
3435
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3436
|
+
theme: import('@mui/material').Theme;
|
|
3437
|
+
}>;
|
|
3438
|
+
}[] | undefined;
|
|
3439
|
+
} | undefined;
|
|
3440
|
+
MuiListSubheader?: {
|
|
3441
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiListSubheader"];
|
|
3442
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListSubheaderClasses, "MuiListSubheader", import('@mui/material').Theme>> | undefined;
|
|
3443
|
+
variants?: {
|
|
3444
|
+
props: Partial<import('@mui/material').ListSubheaderProps> | ((props: Partial<import('@mui/material').ListSubheaderProps> & {
|
|
3445
|
+
ownerState: Partial<import('@mui/material').ListSubheaderProps>;
|
|
3446
|
+
}) => boolean);
|
|
3447
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3448
|
+
theme: import('@mui/material').Theme;
|
|
3449
|
+
}>;
|
|
3450
|
+
}[] | undefined;
|
|
3451
|
+
} | undefined;
|
|
3452
|
+
MuiMenu?: {
|
|
3453
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiMenu"];
|
|
3454
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').MenuClasses, "MuiMenu", import('@mui/material').Theme>> | undefined;
|
|
3455
|
+
variants?: {
|
|
3456
|
+
props: Partial<import('@mui/material').MenuProps> | ((props: Partial<import('@mui/material').MenuProps> & {
|
|
3457
|
+
ownerState: Partial<import('@mui/material').MenuProps>;
|
|
3458
|
+
}) => boolean);
|
|
3459
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3460
|
+
theme: import('@mui/material').Theme;
|
|
3461
|
+
}>;
|
|
3462
|
+
}[] | undefined;
|
|
3463
|
+
} | undefined;
|
|
3464
|
+
MuiMenuItem?: {
|
|
3465
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiMenuItem"];
|
|
3466
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').MenuItemClasses, "MuiMenuItem", import('@mui/material').Theme>> | undefined;
|
|
3467
|
+
variants?: {
|
|
3468
|
+
props: Partial<import('@mui/material').MenuItemProps> | ((props: Partial<import('@mui/material').MenuItemProps> & {
|
|
3469
|
+
ownerState: Partial<import('@mui/material').MenuItemProps>;
|
|
3470
|
+
}) => boolean);
|
|
3471
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3472
|
+
theme: import('@mui/material').Theme;
|
|
3473
|
+
}>;
|
|
3474
|
+
}[] | undefined;
|
|
3475
|
+
} | undefined;
|
|
3476
|
+
MuiMenuList?: {
|
|
3477
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiMenuList"];
|
|
3478
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ListClasses, "MuiMenuList", import('@mui/material').Theme>> | undefined;
|
|
3479
|
+
variants?: {
|
|
3480
|
+
props: Partial<import('@mui/material').MenuListProps> | ((props: Partial<import('@mui/material').MenuListProps> & {
|
|
3481
|
+
ownerState: Partial<import('@mui/material').MenuListProps>;
|
|
3482
|
+
}) => boolean);
|
|
3483
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3484
|
+
theme: import('@mui/material').Theme;
|
|
3485
|
+
}>;
|
|
3486
|
+
}[] | undefined;
|
|
3487
|
+
} | undefined;
|
|
3488
|
+
MuiMobileStepper?: {
|
|
3489
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiMobileStepper"];
|
|
3490
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').MobileStepperClasses, "MuiMobileStepper", import('@mui/material').Theme>> | undefined;
|
|
3491
|
+
variants?: {
|
|
3492
|
+
props: Partial<import('@mui/material').MobileStepperProps> | ((props: Partial<import('@mui/material').MobileStepperProps> & {
|
|
3493
|
+
ownerState: Partial<import('@mui/material').MobileStepperProps>;
|
|
3494
|
+
}) => boolean);
|
|
3495
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3496
|
+
theme: import('@mui/material').Theme;
|
|
3497
|
+
}>;
|
|
3498
|
+
}[] | undefined;
|
|
3499
|
+
} | undefined;
|
|
3500
|
+
MuiModal?: {
|
|
3501
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiModal"];
|
|
3502
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ModalClasses, "MuiModal", import('@mui/material').Theme>> | undefined;
|
|
3503
|
+
variants?: {
|
|
3504
|
+
props: Partial<import('@mui/material').ModalProps> | ((props: Partial<import('@mui/material').ModalProps> & {
|
|
3505
|
+
ownerState: Partial<import('@mui/material').ModalProps>;
|
|
3506
|
+
}) => boolean);
|
|
3507
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3508
|
+
theme: import('@mui/material').Theme;
|
|
3509
|
+
}>;
|
|
3510
|
+
}[] | undefined;
|
|
3511
|
+
} | undefined;
|
|
3512
|
+
MuiNativeSelect?: {
|
|
3513
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiNativeSelect"];
|
|
3514
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').NativeSelectClasses, "MuiNativeSelect", import('@mui/material').Theme>> | undefined;
|
|
3515
|
+
variants?: {
|
|
3516
|
+
props: Partial<import('@mui/material').NativeSelectProps> | ((props: Partial<import('@mui/material').NativeSelectProps> & {
|
|
3517
|
+
ownerState: Partial<import('@mui/material').NativeSelectProps>;
|
|
3518
|
+
}) => boolean);
|
|
3519
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3520
|
+
theme: import('@mui/material').Theme;
|
|
3521
|
+
}>;
|
|
3522
|
+
}[] | undefined;
|
|
3523
|
+
} | undefined;
|
|
3524
|
+
MuiOutlinedInput?: {
|
|
3525
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiOutlinedInput"];
|
|
3526
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').OutlinedInputClasses, "MuiOutlinedInput", import('@mui/material').Theme>> | undefined;
|
|
3527
|
+
variants?: {
|
|
3528
|
+
props: Partial<import('@mui/material').OutlinedInputProps> | ((props: Partial<import('@mui/material').OutlinedInputProps> & {
|
|
3529
|
+
ownerState: Partial<import('@mui/material').OutlinedInputProps>;
|
|
3530
|
+
}) => boolean);
|
|
3531
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3532
|
+
theme: import('@mui/material').Theme;
|
|
3533
|
+
}>;
|
|
3534
|
+
}[] | undefined;
|
|
3535
|
+
} | undefined;
|
|
3536
|
+
MuiPagination?: {
|
|
3537
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiPagination"];
|
|
3538
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').PaginationClasses, "MuiPagination", import('@mui/material').Theme>> | undefined;
|
|
3539
|
+
variants?: {
|
|
3540
|
+
props: Partial<import('@mui/material').PaginationProps> | ((props: Partial<import('@mui/material').PaginationProps> & {
|
|
3541
|
+
ownerState: Partial<import('@mui/material').PaginationProps>;
|
|
3542
|
+
}) => boolean);
|
|
3543
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3544
|
+
theme: import('@mui/material').Theme;
|
|
3545
|
+
}>;
|
|
3546
|
+
}[] | undefined;
|
|
3547
|
+
} | undefined;
|
|
3548
|
+
MuiPaginationItem?: {
|
|
3549
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiPaginationItem"];
|
|
3550
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').PaginationItemClasses, "MuiPaginationItem", import('@mui/material').Theme>> | undefined;
|
|
3551
|
+
variants?: {
|
|
3552
|
+
props: Partial<import('@mui/material').PaginationItemProps> | ((props: Partial<import('@mui/material').PaginationItemProps> & {
|
|
3553
|
+
ownerState: Partial<import('@mui/material').PaginationItemProps>;
|
|
3554
|
+
}) => boolean);
|
|
3555
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3556
|
+
theme: import('@mui/material').Theme;
|
|
3557
|
+
}>;
|
|
3558
|
+
}[] | undefined;
|
|
3559
|
+
} | undefined;
|
|
3560
|
+
MuiPaper?: {
|
|
3561
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiPaper"];
|
|
3562
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').PaperClasses, "MuiPaper", import('@mui/material').Theme>> | undefined;
|
|
3563
|
+
variants?: {
|
|
3564
|
+
props: Partial<import('@mui/material').PaperProps> | ((props: Partial<import('@mui/material').PaperProps> & {
|
|
3565
|
+
ownerState: Partial<import('@mui/material').PaperProps>;
|
|
3566
|
+
}) => boolean);
|
|
3567
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3568
|
+
theme: import('@mui/material').Theme;
|
|
3569
|
+
}>;
|
|
3570
|
+
}[] | undefined;
|
|
3571
|
+
} | undefined;
|
|
3572
|
+
MuiPopper?: {
|
|
3573
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiPopper"];
|
|
3574
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiPopper", import('@mui/material').Theme>> | undefined;
|
|
3575
|
+
} | undefined;
|
|
3576
|
+
MuiPopover?: {
|
|
3577
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiPopover"];
|
|
3578
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').PopoverClasses, "MuiPopover", import('@mui/material').Theme>> | undefined;
|
|
3579
|
+
variants?: {
|
|
3580
|
+
props: Partial<import('@mui/material').PopoverProps> | ((props: Partial<import('@mui/material').PopoverProps> & {
|
|
3581
|
+
ownerState: Partial<import('@mui/material').PopoverProps>;
|
|
3582
|
+
}) => boolean);
|
|
3583
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3584
|
+
theme: import('@mui/material').Theme;
|
|
3585
|
+
}>;
|
|
3586
|
+
}[] | undefined;
|
|
3587
|
+
} | undefined;
|
|
3588
|
+
MuiRadio?: {
|
|
3589
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiRadio"];
|
|
3590
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').RadioClasses, "MuiRadio", import('@mui/material').Theme>> | undefined;
|
|
3591
|
+
variants?: {
|
|
3592
|
+
props: Partial<import('@mui/material').RadioProps> | ((props: Partial<import('@mui/material').RadioProps> & {
|
|
3593
|
+
ownerState: Partial<import('@mui/material').RadioProps>;
|
|
3594
|
+
}) => boolean);
|
|
3595
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3596
|
+
theme: import('@mui/material').Theme;
|
|
3597
|
+
}>;
|
|
3598
|
+
}[] | undefined;
|
|
3599
|
+
} | undefined;
|
|
3600
|
+
MuiRadioGroup?: {
|
|
3601
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiRadioGroup"];
|
|
3602
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').FormGroupClasses, "MuiRadioGroup", import('@mui/material').Theme>> | undefined;
|
|
3603
|
+
variants?: {
|
|
3604
|
+
props: Partial<import('@mui/material').RadioGroupProps> | ((props: Partial<import('@mui/material').RadioGroupProps> & {
|
|
3605
|
+
ownerState: Partial<import('@mui/material').RadioGroupProps>;
|
|
3606
|
+
}) => boolean);
|
|
3607
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3608
|
+
theme: import('@mui/material').Theme;
|
|
3609
|
+
}>;
|
|
3610
|
+
}[] | undefined;
|
|
3611
|
+
} | undefined;
|
|
3612
|
+
MuiRating?: {
|
|
3613
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiRating"];
|
|
3614
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').RatingClasses, "MuiRating", import('@mui/material').Theme>> | undefined;
|
|
3615
|
+
variants?: {
|
|
3616
|
+
props: Partial<import('@mui/material').RatingProps> | ((props: Partial<import('@mui/material').RatingProps> & {
|
|
3617
|
+
ownerState: Partial<import('@mui/material').RatingProps>;
|
|
3618
|
+
}) => boolean);
|
|
3619
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3620
|
+
theme: import('@mui/material').Theme;
|
|
3621
|
+
}>;
|
|
3622
|
+
}[] | undefined;
|
|
3623
|
+
} | undefined;
|
|
3624
|
+
MuiScopedCssBaseline?: {
|
|
3625
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiScopedCssBaseline"];
|
|
3626
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiScopedCssBaseline", import('@mui/material').Theme>> | undefined;
|
|
3627
|
+
variants?: {
|
|
3628
|
+
props: Partial<import('@mui/material').ScopedCssBaselineProps> | ((props: Partial<import('@mui/material').ScopedCssBaselineProps> & {
|
|
3629
|
+
ownerState: Partial<import('@mui/material').ScopedCssBaselineProps>;
|
|
3630
|
+
}) => boolean);
|
|
3631
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3632
|
+
theme: import('@mui/material').Theme;
|
|
3633
|
+
}>;
|
|
3634
|
+
}[] | undefined;
|
|
3635
|
+
} | undefined;
|
|
3636
|
+
MuiSelect?: {
|
|
3637
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSelect"];
|
|
3638
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SelectClasses, "MuiSelect", import('@mui/material').Theme>> | undefined;
|
|
3639
|
+
variants?: {
|
|
3640
|
+
props: Partial<import('@mui/material').SelectProps> | ((props: Partial<import('@mui/material').SelectProps> & {
|
|
3641
|
+
ownerState: Partial<import('@mui/material').SelectProps>;
|
|
3642
|
+
}) => boolean);
|
|
3643
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3644
|
+
theme: import('@mui/material').Theme;
|
|
3645
|
+
}>;
|
|
3646
|
+
}[] | undefined;
|
|
3647
|
+
} | undefined;
|
|
3648
|
+
MuiSkeleton?: {
|
|
3649
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSkeleton"];
|
|
3650
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SkeletonClasses, "MuiSkeleton", import('@mui/material').Theme>> | undefined;
|
|
3651
|
+
variants?: {
|
|
3652
|
+
props: Partial<import('@mui/material').SkeletonProps> | ((props: Partial<import('@mui/material').SkeletonProps> & {
|
|
3653
|
+
ownerState: Partial<import('@mui/material').SkeletonProps>;
|
|
3654
|
+
}) => boolean);
|
|
3655
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3656
|
+
theme: import('@mui/material').Theme;
|
|
3657
|
+
}>;
|
|
3658
|
+
}[] | undefined;
|
|
3659
|
+
} | undefined;
|
|
3660
|
+
MuiSlider?: {
|
|
3661
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSlider"];
|
|
3662
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SliderClasses, "MuiSlider", import('@mui/material').Theme>> | undefined;
|
|
3663
|
+
variants?: {
|
|
3664
|
+
props: Partial<import('@mui/material').SliderProps> | ((props: Partial<import('@mui/material').SliderProps> & {
|
|
3665
|
+
ownerState: Partial<import('@mui/material').SliderProps>;
|
|
3666
|
+
}) => boolean);
|
|
3667
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3668
|
+
theme: import('@mui/material').Theme;
|
|
3669
|
+
}>;
|
|
3670
|
+
}[] | undefined;
|
|
3671
|
+
} | undefined;
|
|
3672
|
+
MuiSnackbar?: {
|
|
3673
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSnackbar"];
|
|
3674
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SnackbarClasses, "MuiSnackbar", import('@mui/material').Theme>> | undefined;
|
|
3675
|
+
variants?: {
|
|
3676
|
+
props: Partial<import('@mui/material').SnackbarProps> | ((props: Partial<import('@mui/material').SnackbarProps> & {
|
|
3677
|
+
ownerState: Partial<import('@mui/material').SnackbarProps>;
|
|
3678
|
+
}) => boolean);
|
|
3679
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3680
|
+
theme: import('@mui/material').Theme;
|
|
3681
|
+
}>;
|
|
3682
|
+
}[] | undefined;
|
|
3683
|
+
} | undefined;
|
|
3684
|
+
MuiSnackbarContent?: {
|
|
3685
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSnackbarContent"];
|
|
3686
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SnackbarContentClasses, "MuiSnackbarContent", import('@mui/material').Theme>> | undefined;
|
|
3687
|
+
variants?: {
|
|
3688
|
+
props: Partial<import('@mui/material').SnackbarContentProps> | ((props: Partial<import('@mui/material').SnackbarContentProps> & {
|
|
3689
|
+
ownerState: Partial<import('@mui/material').SnackbarContentProps>;
|
|
3690
|
+
}) => boolean);
|
|
3691
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3692
|
+
theme: import('@mui/material').Theme;
|
|
3693
|
+
}>;
|
|
3694
|
+
}[] | undefined;
|
|
3695
|
+
} | undefined;
|
|
3696
|
+
MuiSpeedDial?: {
|
|
3697
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSpeedDial"];
|
|
3698
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SpeedDialClasses, "MuiSpeedDial", import('@mui/material').Theme>> | undefined;
|
|
3699
|
+
variants?: {
|
|
3700
|
+
props: Partial<import('@mui/material').SpeedDialProps> | ((props: Partial<import('@mui/material').SpeedDialProps> & {
|
|
3701
|
+
ownerState: Partial<import('@mui/material').SpeedDialProps>;
|
|
3702
|
+
}) => boolean);
|
|
3703
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3704
|
+
theme: import('@mui/material').Theme;
|
|
3705
|
+
}>;
|
|
3706
|
+
}[] | undefined;
|
|
3707
|
+
} | undefined;
|
|
3708
|
+
MuiSpeedDialAction?: {
|
|
3709
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSpeedDialAction"];
|
|
3710
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SpeedDialActionClasses, "MuiSpeedDialAction", import('@mui/material').Theme>> | undefined;
|
|
3711
|
+
variants?: {
|
|
3712
|
+
props: Partial<import('@mui/material').SpeedDialActionProps> | ((props: Partial<import('@mui/material').SpeedDialActionProps> & {
|
|
3713
|
+
ownerState: Partial<import('@mui/material').SpeedDialActionProps>;
|
|
3714
|
+
}) => boolean);
|
|
3715
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3716
|
+
theme: import('@mui/material').Theme;
|
|
3717
|
+
}>;
|
|
3718
|
+
}[] | undefined;
|
|
3719
|
+
} | undefined;
|
|
3720
|
+
MuiSpeedDialIcon?: {
|
|
3721
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSpeedDialIcon"];
|
|
3722
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SpeedDialIconClasses, "MuiSpeedDialIcon", import('@mui/material').Theme>> | undefined;
|
|
3723
|
+
variants?: {
|
|
3724
|
+
props: Partial<import('@mui/material').SpeedDialIconProps> | ((props: Partial<import('@mui/material').SpeedDialIconProps> & {
|
|
3725
|
+
ownerState: Partial<import('@mui/material').SpeedDialIconProps>;
|
|
3726
|
+
}) => boolean);
|
|
3727
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3728
|
+
theme: import('@mui/material').Theme;
|
|
3729
|
+
}>;
|
|
3730
|
+
}[] | undefined;
|
|
3731
|
+
} | undefined;
|
|
3732
|
+
MuiStack?: {
|
|
3733
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStack"];
|
|
3734
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiStack", import('@mui/material').Theme>> | undefined;
|
|
3735
|
+
variants?: {
|
|
3736
|
+
props: Partial<import('@mui/material').StackProps> | ((props: Partial<import('@mui/material').StackProps> & {
|
|
3737
|
+
ownerState: Partial<import('@mui/material').StackProps>;
|
|
3738
|
+
}) => boolean);
|
|
3739
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3740
|
+
theme: import('@mui/material').Theme;
|
|
3741
|
+
}>;
|
|
3742
|
+
}[] | undefined;
|
|
3743
|
+
} | undefined;
|
|
3744
|
+
MuiStep?: {
|
|
3745
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStep"];
|
|
3746
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').StepClasses, "MuiStep", import('@mui/material').Theme>> | undefined;
|
|
3747
|
+
variants?: {
|
|
3748
|
+
props: Partial<import('@mui/material').StepProps> | ((props: Partial<import('@mui/material').StepProps> & {
|
|
3749
|
+
ownerState: Partial<import('@mui/material').StepProps>;
|
|
3750
|
+
}) => boolean);
|
|
3751
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3752
|
+
theme: import('@mui/material').Theme;
|
|
3753
|
+
}>;
|
|
3754
|
+
}[] | undefined;
|
|
3755
|
+
} | undefined;
|
|
3756
|
+
MuiStepButton?: {
|
|
3757
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStepButton"];
|
|
3758
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').StepButtonClasses, "MuiStepButton", import('@mui/material').Theme>> | undefined;
|
|
3759
|
+
variants?: {
|
|
3760
|
+
props: Partial<import('@mui/material').StepButtonProps> | ((props: Partial<import('@mui/material').StepButtonProps> & {
|
|
3761
|
+
ownerState: Partial<import('@mui/material').StepButtonProps>;
|
|
3762
|
+
}) => boolean);
|
|
3763
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3764
|
+
theme: import('@mui/material').Theme;
|
|
3765
|
+
}>;
|
|
3766
|
+
}[] | undefined;
|
|
3767
|
+
} | undefined;
|
|
3768
|
+
MuiStepConnector?: {
|
|
3769
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStepConnector"];
|
|
3770
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').StepConnectorClasses, "MuiStepConnector", import('@mui/material').Theme>> | undefined;
|
|
3771
|
+
variants?: {
|
|
3772
|
+
props: Partial<import('@mui/material').StepConnectorProps> | ((props: Partial<import('@mui/material').StepConnectorProps> & {
|
|
3773
|
+
ownerState: Partial<import('@mui/material').StepConnectorProps>;
|
|
3774
|
+
}) => boolean);
|
|
3775
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3776
|
+
theme: import('@mui/material').Theme;
|
|
3777
|
+
}>;
|
|
3778
|
+
}[] | undefined;
|
|
3779
|
+
} | undefined;
|
|
3780
|
+
MuiStepContent?: {
|
|
3781
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStepContent"];
|
|
3782
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').StepContentClasses, "MuiStepContent", import('@mui/material').Theme>> | undefined;
|
|
3783
|
+
variants?: {
|
|
3784
|
+
props: Partial<import('@mui/material').StepContentProps> | ((props: Partial<import('@mui/material').StepContentProps> & {
|
|
3785
|
+
ownerState: Partial<import('@mui/material').StepContentProps>;
|
|
3786
|
+
}) => boolean);
|
|
3787
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3788
|
+
theme: import('@mui/material').Theme;
|
|
3789
|
+
}>;
|
|
3790
|
+
}[] | undefined;
|
|
3791
|
+
} | undefined;
|
|
3792
|
+
MuiStepIcon?: {
|
|
3793
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStepIcon"];
|
|
3794
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').StepIconClasses, "MuiStepIcon", import('@mui/material').Theme>> | undefined;
|
|
3795
|
+
variants?: {
|
|
3796
|
+
props: Partial<import('@mui/material').StepIconProps> | ((props: Partial<import('@mui/material').StepIconProps> & {
|
|
3797
|
+
ownerState: Partial<import('@mui/material').StepIconProps>;
|
|
3798
|
+
}) => boolean);
|
|
3799
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3800
|
+
theme: import('@mui/material').Theme;
|
|
3801
|
+
}>;
|
|
3802
|
+
}[] | undefined;
|
|
3803
|
+
} | undefined;
|
|
3804
|
+
MuiStepLabel?: {
|
|
3805
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStepLabel"];
|
|
3806
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').StepLabelClasses, "MuiStepLabel", import('@mui/material').Theme>> | undefined;
|
|
3807
|
+
variants?: {
|
|
3808
|
+
props: Partial<import('@mui/material').StepLabelProps> | ((props: Partial<import('@mui/material').StepLabelProps> & {
|
|
3809
|
+
ownerState: Partial<import('@mui/material').StepLabelProps>;
|
|
3810
|
+
}) => boolean);
|
|
3811
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3812
|
+
theme: import('@mui/material').Theme;
|
|
3813
|
+
}>;
|
|
3814
|
+
}[] | undefined;
|
|
3815
|
+
} | undefined;
|
|
3816
|
+
MuiStepper?: {
|
|
3817
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiStepper"];
|
|
3818
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').StepperClasses, "MuiStepper", import('@mui/material').Theme>> | undefined;
|
|
3819
|
+
variants?: {
|
|
3820
|
+
props: Partial<import('@mui/material').StepperProps> | ((props: Partial<import('@mui/material').StepperProps> & {
|
|
3821
|
+
ownerState: Partial<import('@mui/material').StepperProps>;
|
|
3822
|
+
}) => boolean);
|
|
3823
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3824
|
+
theme: import('@mui/material').Theme;
|
|
3825
|
+
}>;
|
|
3826
|
+
}[] | undefined;
|
|
3827
|
+
} | undefined;
|
|
3828
|
+
MuiSvgIcon?: {
|
|
3829
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSvgIcon"];
|
|
3830
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SvgIconClasses, "MuiSvgIcon", import('@mui/material').Theme>> | undefined;
|
|
3831
|
+
variants?: {
|
|
3832
|
+
props: Partial<import('@mui/material').SvgIconProps> | ((props: Partial<import('@mui/material').SvgIconProps> & {
|
|
3833
|
+
ownerState: Partial<import('@mui/material').SvgIconProps>;
|
|
3834
|
+
}) => boolean);
|
|
3835
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3836
|
+
theme: import('@mui/material').Theme;
|
|
3837
|
+
}>;
|
|
3838
|
+
}[] | undefined;
|
|
3839
|
+
} | undefined;
|
|
3840
|
+
MuiSwipeableDrawer?: {
|
|
3841
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSwipeableDrawer"];
|
|
3842
|
+
};
|
|
3843
|
+
MuiSwitch?: {
|
|
3844
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiSwitch"];
|
|
3845
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').SwitchClasses, "MuiSwitch", import('@mui/material').Theme>> | undefined;
|
|
3846
|
+
variants?: {
|
|
3847
|
+
props: Partial<import('@mui/material').SwitchProps> | ((props: Partial<import('@mui/material').SwitchProps> & {
|
|
3848
|
+
ownerState: Partial<import('@mui/material').SwitchProps>;
|
|
3849
|
+
}) => boolean);
|
|
3850
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3851
|
+
theme: import('@mui/material').Theme;
|
|
3852
|
+
}>;
|
|
3853
|
+
}[] | undefined;
|
|
3854
|
+
} | undefined;
|
|
3855
|
+
MuiTab?: {
|
|
3856
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTab"];
|
|
3857
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TabClasses, "MuiTab", import('@mui/material').Theme>> | undefined;
|
|
3858
|
+
variants?: {
|
|
3859
|
+
props: Partial<import('@mui/material').TabProps> | ((props: Partial<import('@mui/material').TabProps> & {
|
|
3860
|
+
ownerState: Partial<import('@mui/material').TabProps>;
|
|
3861
|
+
}) => boolean);
|
|
3862
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3863
|
+
theme: import('@mui/material').Theme;
|
|
3864
|
+
}>;
|
|
3865
|
+
}[] | undefined;
|
|
3866
|
+
} | undefined;
|
|
3867
|
+
MuiTable?: {
|
|
3868
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTable"];
|
|
3869
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TableClasses, "MuiTable", import('@mui/material').Theme>> | undefined;
|
|
3870
|
+
variants?: {
|
|
3871
|
+
props: Partial<import('@mui/material').TableProps> | ((props: Partial<import('@mui/material').TableProps> & {
|
|
3872
|
+
ownerState: Partial<import('@mui/material').TableProps>;
|
|
3873
|
+
}) => boolean);
|
|
3874
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3875
|
+
theme: import('@mui/material').Theme;
|
|
3876
|
+
}>;
|
|
3877
|
+
}[] | undefined;
|
|
3878
|
+
} | undefined;
|
|
3879
|
+
MuiTableBody?: {
|
|
3880
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTableBody"];
|
|
3881
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiTableBody", import('@mui/material').Theme>> | undefined;
|
|
3882
|
+
variants?: {
|
|
3883
|
+
props: Partial<import('@mui/material').TableBodyProps> | ((props: Partial<import('@mui/material').TableBodyProps> & {
|
|
3884
|
+
ownerState: Partial<import('@mui/material').TableBodyProps>;
|
|
3885
|
+
}) => boolean);
|
|
3886
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3887
|
+
theme: import('@mui/material').Theme;
|
|
3888
|
+
}>;
|
|
3889
|
+
}[] | undefined;
|
|
3890
|
+
} | undefined;
|
|
3891
|
+
MuiTableCell?: {
|
|
3892
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTableCell"];
|
|
3893
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TableCellClasses, "MuiTableCell", import('@mui/material').Theme>> | undefined;
|
|
3894
|
+
variants?: {
|
|
3895
|
+
props: Partial<import('@mui/material').TableCellProps> | ((props: Partial<import('@mui/material').TableCellProps> & {
|
|
3896
|
+
ownerState: Partial<import('@mui/material').TableCellProps>;
|
|
3897
|
+
}) => boolean);
|
|
3898
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3899
|
+
theme: import('@mui/material').Theme;
|
|
3900
|
+
}>;
|
|
3901
|
+
}[] | undefined;
|
|
3902
|
+
} | undefined;
|
|
3903
|
+
MuiTableContainer?: {
|
|
3904
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTableContainer"];
|
|
3905
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiTableContainer", import('@mui/material').Theme>> | undefined;
|
|
3906
|
+
variants?: {
|
|
3907
|
+
props: Partial<import('@mui/material').TableContainerProps> | ((props: Partial<import('@mui/material').TableContainerProps> & {
|
|
3908
|
+
ownerState: Partial<import('@mui/material').TableContainerProps>;
|
|
3909
|
+
}) => boolean);
|
|
3910
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3911
|
+
theme: import('@mui/material').Theme;
|
|
3912
|
+
}>;
|
|
3913
|
+
}[] | undefined;
|
|
3914
|
+
} | undefined;
|
|
3915
|
+
MuiTableFooter?: {
|
|
3916
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTableFooter"];
|
|
3917
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiTableFooter", import('@mui/material').Theme>> | undefined;
|
|
3918
|
+
variants?: {
|
|
3919
|
+
props: Partial<import('@mui/material').TableFooterProps> | ((props: Partial<import('@mui/material').TableFooterProps> & {
|
|
3920
|
+
ownerState: Partial<import('@mui/material').TableFooterProps>;
|
|
3921
|
+
}) => boolean);
|
|
3922
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3923
|
+
theme: import('@mui/material').Theme;
|
|
3924
|
+
}>;
|
|
3925
|
+
}[] | undefined;
|
|
3926
|
+
} | undefined;
|
|
3927
|
+
MuiTableHead?: {
|
|
3928
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTableHead"];
|
|
3929
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiTableHead", import('@mui/material').Theme>> | undefined;
|
|
3930
|
+
variants?: {
|
|
3931
|
+
props: Partial<import('@mui/material').TableHeadProps> | ((props: Partial<import('@mui/material').TableHeadProps> & {
|
|
3932
|
+
ownerState: Partial<import('@mui/material').TableHeadProps>;
|
|
3933
|
+
}) => boolean);
|
|
3934
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3935
|
+
theme: import('@mui/material').Theme;
|
|
3936
|
+
}>;
|
|
3937
|
+
}[] | undefined;
|
|
3938
|
+
} | undefined;
|
|
3939
|
+
MuiTablePagination?: {
|
|
3940
|
+
defaultProps?: Partial<import('@mui/material').TablePaginationProps> | undefined;
|
|
3941
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TablePaginationClasses, "MuiTablePagination", import('@mui/material').Theme>> | undefined;
|
|
3942
|
+
variants?: {
|
|
3943
|
+
props: Partial<import('@mui/material').TablePaginationProps> | ((props: Partial<import('@mui/material').TablePaginationProps> & {
|
|
3944
|
+
ownerState: Partial<import('@mui/material').TablePaginationProps>;
|
|
3945
|
+
}) => boolean);
|
|
3946
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3947
|
+
theme: import('@mui/material').Theme;
|
|
3948
|
+
}>;
|
|
3949
|
+
}[] | undefined;
|
|
3950
|
+
} | undefined;
|
|
3951
|
+
MuiTableRow?: {
|
|
3952
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTableRow"];
|
|
3953
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TableRowClasses, "MuiTableRow", import('@mui/material').Theme>> | undefined;
|
|
3954
|
+
variants?: {
|
|
3955
|
+
props: Partial<import('@mui/material').TableRowProps> | ((props: Partial<import('@mui/material').TableRowProps> & {
|
|
3956
|
+
ownerState: Partial<import('@mui/material').TableRowProps>;
|
|
3957
|
+
}) => boolean);
|
|
3958
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3959
|
+
theme: import('@mui/material').Theme;
|
|
3960
|
+
}>;
|
|
3961
|
+
}[] | undefined;
|
|
3962
|
+
} | undefined;
|
|
3963
|
+
MuiTableSortLabel?: {
|
|
3964
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTableSortLabel"];
|
|
3965
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TableSortLabelClasses, "MuiTableSortLabel", import('@mui/material').Theme>> | undefined;
|
|
3966
|
+
variants?: {
|
|
3967
|
+
props: Partial<import('@mui/material').TableSortLabelProps> | ((props: Partial<import('@mui/material').TableSortLabelProps> & {
|
|
3968
|
+
ownerState: Partial<import('@mui/material').TableSortLabelProps>;
|
|
3969
|
+
}) => boolean);
|
|
3970
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3971
|
+
theme: import('@mui/material').Theme;
|
|
3972
|
+
}>;
|
|
3973
|
+
}[] | undefined;
|
|
3974
|
+
} | undefined;
|
|
3975
|
+
MuiTabs?: {
|
|
3976
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTabs"];
|
|
3977
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TabsClasses, "MuiTabs", import('@mui/material').Theme>> | undefined;
|
|
3978
|
+
variants?: {
|
|
3979
|
+
props: Partial<import('@mui/material').TabsProps> | ((props: Partial<import('@mui/material').TabsProps> & {
|
|
3980
|
+
ownerState: Partial<import('@mui/material').TabsProps>;
|
|
3981
|
+
}) => boolean);
|
|
3982
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3983
|
+
theme: import('@mui/material').Theme;
|
|
3984
|
+
}>;
|
|
3985
|
+
}[] | undefined;
|
|
3986
|
+
} | undefined;
|
|
3987
|
+
MuiTextField?: {
|
|
3988
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTextField"];
|
|
3989
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<"root", "MuiTextField", import('@mui/material').Theme>> | undefined;
|
|
3990
|
+
variants?: {
|
|
3991
|
+
props: Partial<import('@mui/material').TextFieldProps> | ((props: Partial<import('@mui/material').TextFieldProps> & {
|
|
3992
|
+
ownerState: Partial<import('@mui/material').TextFieldProps>;
|
|
3993
|
+
}) => boolean);
|
|
3994
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
3995
|
+
theme: import('@mui/material').Theme;
|
|
3996
|
+
}>;
|
|
3997
|
+
}[] | undefined;
|
|
3998
|
+
} | undefined;
|
|
3999
|
+
MuiToggleButton?: {
|
|
4000
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiToggleButton"];
|
|
4001
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ToggleButtonClasses, "MuiToggleButton", import('@mui/material').Theme>> | undefined;
|
|
4002
|
+
variants?: {
|
|
4003
|
+
props: Partial<import('@mui/material').ToggleButtonProps> | ((props: Partial<import('@mui/material').ToggleButtonProps> & {
|
|
4004
|
+
ownerState: Partial<import('@mui/material').ToggleButtonProps>;
|
|
4005
|
+
}) => boolean);
|
|
4006
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
4007
|
+
theme: import('@mui/material').Theme;
|
|
4008
|
+
}>;
|
|
4009
|
+
}[] | undefined;
|
|
4010
|
+
} | undefined;
|
|
4011
|
+
MuiToggleButtonGroup?: {
|
|
4012
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiToggleButtonGroup"];
|
|
4013
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ToggleButtonGroupClasses, "MuiToggleButtonGroup", import('@mui/material').Theme>> | undefined;
|
|
4014
|
+
variants?: {
|
|
4015
|
+
props: Partial<import('@mui/material').ToggleButtonGroupProps> | ((props: Partial<import('@mui/material').ToggleButtonGroupProps> & {
|
|
4016
|
+
ownerState: Partial<import('@mui/material').ToggleButtonGroupProps>;
|
|
4017
|
+
}) => boolean);
|
|
4018
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
4019
|
+
theme: import('@mui/material').Theme;
|
|
4020
|
+
}>;
|
|
4021
|
+
}[] | undefined;
|
|
4022
|
+
} | undefined;
|
|
4023
|
+
MuiToolbar?: {
|
|
4024
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiToolbar"];
|
|
4025
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').ToolbarClasses, "MuiToolbar", import('@mui/material').Theme>> | undefined;
|
|
4026
|
+
variants?: {
|
|
4027
|
+
props: Partial<import('@mui/material').ToolbarProps> | ((props: Partial<import('@mui/material').ToolbarProps> & {
|
|
4028
|
+
ownerState: Partial<import('@mui/material').ToolbarProps>;
|
|
4029
|
+
}) => boolean);
|
|
4030
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
4031
|
+
theme: import('@mui/material').Theme;
|
|
4032
|
+
}>;
|
|
4033
|
+
}[] | undefined;
|
|
4034
|
+
} | undefined;
|
|
4035
|
+
MuiTooltip?: {
|
|
4036
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTooltip"];
|
|
4037
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TooltipClasses, "MuiTooltip", import('@mui/material').Theme>> | undefined;
|
|
4038
|
+
variants?: {
|
|
4039
|
+
props: Partial<import('@mui/material').TooltipProps> | ((props: Partial<import('@mui/material').TooltipProps> & {
|
|
4040
|
+
ownerState: Partial<import('@mui/material').TooltipProps>;
|
|
4041
|
+
}) => boolean);
|
|
4042
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
4043
|
+
theme: import('@mui/material').Theme;
|
|
4044
|
+
}>;
|
|
4045
|
+
}[] | undefined;
|
|
4046
|
+
} | undefined;
|
|
4047
|
+
MuiTouchRipple?: {
|
|
4048
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTouchRipple"];
|
|
4049
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TouchRippleClasses, "MuiTouchRipple", import('@mui/material').Theme>> | undefined;
|
|
4050
|
+
variants?: {
|
|
4051
|
+
props: Partial<import('@mui/material/ButtonBase/TouchRipple').TouchRippleProps> | ((props: Partial<import('@mui/material/ButtonBase/TouchRipple').TouchRippleProps> & {
|
|
4052
|
+
ownerState: Partial<import('@mui/material/ButtonBase/TouchRipple').TouchRippleProps>;
|
|
4053
|
+
}) => boolean);
|
|
4054
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
4055
|
+
theme: import('@mui/material').Theme;
|
|
4056
|
+
}>;
|
|
4057
|
+
}[] | undefined;
|
|
4058
|
+
} | undefined;
|
|
4059
|
+
MuiTypography?: {
|
|
4060
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiTypography"];
|
|
4061
|
+
styleOverrides?: Partial<import('@mui/material/styles/overrides').OverridesStyleRules<keyof import('@mui/material').TypographyClasses, "MuiTypography", import('@mui/material').Theme>> | undefined;
|
|
4062
|
+
variants?: {
|
|
4063
|
+
props: Partial<import('@mui/material').TypographyProps> | ((props: Partial<import('@mui/material').TypographyProps> & {
|
|
4064
|
+
ownerState: Partial<import('@mui/material').TypographyProps>;
|
|
4065
|
+
}) => boolean);
|
|
4066
|
+
style: import('@mui/styled-engine').Interpolation<{
|
|
4067
|
+
theme: import('@mui/material').Theme;
|
|
4068
|
+
}>;
|
|
4069
|
+
}[] | undefined;
|
|
4070
|
+
} | undefined;
|
|
4071
|
+
MuiUseMediaQuery?: {
|
|
4072
|
+
defaultProps?: import('@mui/material').ComponentsProps["MuiUseMediaQuery"];
|
|
4073
|
+
};
|
|
4074
|
+
};
|
|
4075
|
+
};
|
|
4076
|
+
export declare const theme: import('@mui/material').Theme;
|
|
4077
|
+
//# sourceMappingURL=carto-theme.d.ts.map
|