Skip to content

Commit b1540e7

Browse files
authored
Merge pull request #262 from github/export-all-functions
export all v2 functions
2 parents 76bb1d4 + 3c4ba90 commit b1540e7

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)