UNPKG
@open-editor/vue
Version:
beta (1.0.0-beta.0)
latest (1.0.0-beta.3)
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
Add a _debugSource prop to all Elements
github.com/zjxxxxxxxxx/open-editor
zjxxxxxxxxx/open-editor
@open-editor/vue
/
dist
/
vite.d.ts
7 lines
(4 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
vite
from
'vite'
;
import
{ O
as
Options
}
from
'./types-3cb7cd04.js'
;
declare
const
_default
:
(
options
?:
Options
|
undefined
) =>
vite.
Plugin
| vite.
Plugin
[];
export
{
Options
, _default
as
default
};