Skip to content

Commit ef859c8

Browse files
committed
export all v2 functions
1 parent 49214a2 commit ef859c8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/index.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
export {actionable} from './actionable.js'
1+
export {controller} from './controller.js'
2+
23
export {register} from './register.js'
4+
export {registerTag, observeElementForTags, parseElementTags} from './tag-observer.js'
5+
export {createMark} from './mark.js'
6+
export {dasherize, mustDasherize} from './dasherize.js'
7+
8+
export {actionable} from './actionable.js'
39
export {
410
target,
511
getTarget,
@@ -9,6 +15,7 @@ export {
915
targetsChangedCallback,
1016
targetable
1117
} from './targetable.js'
12-
export {controller} from './controller.js'
1318
export {attr, getAttr, attrable, attrChangedCallback} from './attrable.js'
1419
export {lazyDefine} from './lazy-define.js'
20+
21+
export type {CustomElement, CustomElementClass} from './custom-element.js'

0 commit comments

Comments
 (0)