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
/
types.d.mts
9 lines
(7 loc)
•
106 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
interface Options { /** * Uno
config
path
*/
path
?:
string
; } export
type
{ Options };