UNPKG
kylin-ui-component
Version:
latest (0.0.2)
0.0.2
0.0.1
A React UI library for some developers to develop quickly
kylin-ui-component
/
dist
/
types
/
packages
/
hooks
/
src
/
useTheme.d.ts
3 lines
(2 loc)
•
197 B
TypeScript
View Raw
1
2
3
/// <reference types="react" />
export
declare
function
useTheme
(
theme
?:
'light'
|
'dark'
):
readonly
[
"light"
|
"dark"
,
import
(
"react"
).
Dispatch
<
import
(
"react"
).
SetStateAction
<
"light"
|
"dark"
>>];