UNPKG
dom-to-code
Version:
latest (1.5.4)
1.5.4
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.1
1.0.0
navigate to the code through the dom
github.com/better-tcy/dom-to-code
better-tcy/dom-to-code
dom-to-code
/
dist
/
unplugin.d.ts
11 lines
(8 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
*
as
unplugin
from
'unplugin'
;
import
{ O
as
Options
}
from
'./types-af828b78.js'
;
import
'@rollup/pluginutils'
;
/** * 构建 unplugin */
declare
const
_default
: unplugin.
UnpluginInstance
<
Options
|
undefined
>;
export
{ _default
as
default
};