Skip to content

Commit a66bdd6

Browse files
committed
export all v2 functions
1 parent 1b459d5 commit a66bdd6

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,5 +15,6 @@ export {
915
targetsChangedCallback,
1016
targetable
1117
} from './targetable.js'
12-
export {controller} from './controller.js'
1318
export {attr, getAttr, attrable, attrChangedCallback} from './attrable.js'
19+
20+
export type {CustomElement, CustomElementClass} from './custom-element.js'

0 commit comments

Comments
 (0)