@pickme/review
Preparing search index...
shared/chakra-ui/color-mode
useColorMode
Function useColorMode
useColorMode
()
:
{
colorMode
:
undefined
|
string
;
setColorMode
:
Dispatch
<
SetStateAction
<
string
>
>
;
toggleColorMode
:
()
=>
void
;
}
Returns
{
colorMode
:
undefined
|
string
;
setColorMode
:
Dispatch
<
SetStateAction
<
string
>
>
;
toggleColorMode
:
()
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@pickme/review
Loading...