UNPKG
@rouxx/plugin
Version:
latest (0.0.2)
0.0.2
0.0.1
自动路由
github.com/Hahahahx/roux
Hahahahx/roux
@rouxx/plugin
/
lib
/
plugin.vite.d.ts
6 lines
(5 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
RouxVitePlugin
(
params: UxPlugin.PluginParams
):
{ name:
string
;
buildStart
():
void
;
handleHotUpdate
():
void
; };