UNPKG
ld-html
Version:
latest (2.0.0)
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
Last Draft edit html plugin
github.com/steveniseki/ld-html
steveniseki/ld-html
ld-html
/
src
/
html
/
plugin.js
9 lines
(7 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
HtmlButton
from
'./HtmlButton'
import
HtmlModal
from
'./HtmlModal'
export
default
{
type
:
'html'
,
button
:
HtmlButton
,
modal
:
HtmlModal
}