UNPKG
@react-beauty/ui-core
Version:
beta (1.0.1-0)
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.1-0
ui-core
@react-beauty/ui-core
/
dist
/
types.d.ts
6 lines
(5 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
export
type
ReactBeautyUITheme
=
'dark'
|
'light'
;
export
interface
ReactBeautyUIThemeContext
{
theme
:
ReactBeautyUITheme
;
changeTheme
:
(
theme
:
ReactBeautyUITheme
) =>
void
; }