Preparing search index...
The search index is not available
SheetXL - v0.1.84
SheetXL
sheet-mui/src
ThemeSelectPanelProps
Interface ThemeSelectPanelProps
interface
ThemeSelectPanelProps
{
darkMode
?:
boolean
;
disabled
?:
boolean
;
onSelectTheme
:
(
(
docTheme
)
=>
void
)
;
selectedTheme
:
IDocTheme
;
sx
?:
SxProps
<
Theme
>
;
themes
:
IDocThemes
;
}
Hierarchy
HTMLAttributes
<
HTMLElement
>
ThemeSelectPanelProps
Index
Properties
dark
Mode?
disabled?
on
Select
Theme
selected
Theme
sx?
themes
Properties
Optional
dark
Mode
dark
Mode
?:
boolean
Optional
disabled
disabled
?:
boolean
on
Select
Theme
on
Select
Theme
:
(
(
docTheme
)
=>
void
)
Type declaration
(
docTheme
)
:
void
Parameters
docTheme
:
IDocTheme
Returns
void
selected
Theme
selected
Theme
:
IDocTheme
Optional
sx
sx
?:
SxProps
<
Theme
>
MUI SX props
See
https://mui.com/system/getting-started/the-sx-prop/
themes
themes
:
IDocThemes
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
dark
Mode
disabled
on
Select
Theme
selected
Theme
sx
themes
SheetXL - v0.1.84
Loading...
MUI SX props