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
/
rollup.d.ts
8 lines
(5 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
rollup
from
'rollup'
;
import
{ O
as
Options
}
from
'./types-af828b78.js'
;
import
'@rollup/pluginutils'
;
declare
const
domToCodePlugin
:
(
options
?:
Options
|
undefined
) =>
rollup.
Plugin
| rollup.
Plugin
[];
export
{ domToCodePlugin };