UNPKG
excited-ui
Version:
beta (0.0.2)
latest (0.0.5-0)
0.0.5-0
0.0.4
0.0.3
0.0.2
0.0.1
an excited ui
github.com/GrapevineLin/excited-ui
GrapevineLin/excited-ui
excited-ui
/
dist
/
componentResolver.d.ts
3 lines
(2 loc)
•
132 B
TypeScript
View Raw
1
2
3
import
type
{
ComponentResolver
}
from
"unplugin-vue-components"
;
export
declare
function
ExComponentResolver
(
):
ComponentResolver
;