UNPKG
unplugin-unocss-config
Version:
beta (0.2.0-beta.2)
latest (1.0.0)
1.0.0
0.2.0-beta.2
0.1.0
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.4
0.0.3
0.0.2
Use uno config in run-time
github.com/zyyv/unplugin-unocss-config
zyyv/unplugin-unocss-config
unplugin-unocss-config
/
dist
/
nuxt.d.ts
6 lines
(3 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Options
}
from
'./types.js'
;
declare
function
export_default
(
options
:
Options
|
undefined
,
nuxt
:
any
):
void
;
export
{ export_default
as
default
};