UNPKG
@vitjs/vit
Version:
latest (0.9.1)
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
🛠React application framework inspired by UmiJS.
github.com/vitjs/vit
vitjs/vit
@vitjs/vit
/
dist
/
preset
/
exportStatic.d.ts
8 lines
(7 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
PluginConfig
}
from
'../types'
;
import
type
{
Service
}
from
'@vitjs/core'
;
export
interface
ExportStaticOptions
{
config
:
PluginConfig
;
service
:
Service
; }
export
default
function
exportStatic
(
options
:
ExportStaticOptions
):
void
;