UNPKG
@tabula/ui-theme
Version:
beta (2.6.0-beta.0)
latest (3.3.3)
next (3.3.3-next.0)
3.3.3
3.3.3-next.0
3.3.2
3.3.1
3.3.0
3.3.0-next.0
3.2.3
3.2.2
3.2.1
3.2.0
3.2.0-next.0
3.1.1
3.1.0
3.0.0
3.0.0-next.0
2.7.3
2.7.2
2.7.1
2.7.0
2.6.0
2.6.0-beta.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
Theme provider for the UI kit
github.com/ReTable/ui-kit/tree/main/components/ui-theme
ReTable/ui-kit
@tabula/ui-theme
/
typings
/
index.d.ts
6 lines
(5 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
import
'./reboot.css'
;
export
{ layers
as
uiLayers }
from
'./layers.css'
;
export
{ vars
as
uiTheme }
from
'./theme.css'
;
export
{
UiTheme
, useUiTheme }
from
'./UiTheme'
;
export
{ styles
as
uiStyles }
from
'./styles'
;