UNPKG
@ano-ui/preset
Version:
latest (0.9.2)
0.9.2
0.9.1
0.9.0
0.8.1
0.8.0
0.6.10
0.6.9
0.6.8
0.6.5
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
0.0.14
0.0.13
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
github.com/ano-ui/ano-ui/tree/main/packages/preset
ano-ui/ano-ui
@ano-ui/preset
/
dist
/
index.d.ts
8 lines
(5 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Preset
}
from
'unocss'
;
import
{
Theme
}
from
'@unocss/preset-mini'
;
declare
const
colors
:
string
[];
declare
function
presetAno
(
):
Preset
<
Theme
>;
export
{ colors, presetAno };