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
/
index.d.ts
7 lines
(4 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
unplugin
from
'unplugin'
;
import
{
Options
}
from
'./types.js'
;
declare
const
_default
: unplugin.
UnpluginInstance
<
Options
|
undefined
,
boolean
>;
export
{ _default
as
default
};