UNPKG
excited-ui
Version:
beta (0.0.2)
latest (0.0.5-0)
0.0.5-0
0.0.4
0.0.3
0.0.2
0.0.1
an excited ui
github.com/GrapevineLin/excited-ui
GrapevineLin/excited-ui
excited-ui
/
dist
/
presets
/
theme-default
/
index.d.ts
4 lines
(3 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
import
type
{
Preset
}
from
"@unocss/core"
;
export
declare
const
eColors
:
string
[];
export
declare
function
presetThemeDefault
(
):
Preset
;