UNPKG
@waweb/uikit.theme.theme-provider
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.2.2
0.2.1
0.1.0
0.0.1
watheia.app
@waweb/uikit.theme.theme-provider
/
dist
/
theme.composition.d.ts
6 lines
(5 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
/**
@format
*/
/// <reference types="react" />
export
declare
function
MockComponent
(
):
JSX
.
Element
;
export
declare
const
DarkTheme
:
() =>
JSX
.
Element
;
export
declare
const
LightTheme
:
() =>
JSX
.
Element
;