UNPKG
vite-plugin-office-addin
Version:
latest (2.1.0)
2.1.0
2.0.0
1.0.0
0.1.0
Office Add-ins development using Vite.
jozefizso/vite-plugin-office-addin
vite-plugin-office-addin
/
dist
/
index.d.ts
8 lines
(7 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
Plugin
}
from
'vite'
;
export
interface
Options
{
path
?:
string
;
devUrl
?:
string
;
prodUrl
?:
string
; }
export
default
function
officeManifest
(
options
?:
Options
):
Plugin
;