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
/
index.d.ts
7 lines
(4 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
unplugin
from
'unplugin'
;
import
{ O
as
Options
}
from
'./types-3cb7cd04.js'
;
declare
const
_default
: unplugin.
UnpluginInstance
<
Options
|
undefined
,
boolean
>;
export
{
Options
, _default
as
default
};