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
/
layers.css.d.ts
6 lines
(5 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
import
{ layers
as
layersNames }
from
'./vars.css'
;
type
LayerType
= (
typeof
layersNames)[
number
];
type
Layers
=
Record
<
LayerType
,
string
>;
export
declare
const
layers
:
Layers
;
export
{};