UNPKG
unplugin-unocss-config
Version:
latest (0.1.0)
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.mts
6 lines
(3 loc)
•
159 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
Options
}
from
'./types.mjs'
;
declare
function
export_default
(
options
:
Options
|
undefined
,
nuxt
:
any
):
void
;
export
{ export_default
as
default
};