We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99c29e commit 47f3f0fCopy full SHA for 47f3f0f
1 file changed
src/index.ts
@@ -1,5 +1,11 @@
1
-export {actionable} from './actionable.js'
+export {controller} from './controller.js'
2
+
3
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'
9
export {
10
target,
11
getTarget,
@@ -9,6 +15,7 @@ export {
15
targetsChangedCallback,
16
targetable
17
} from './targetable.js'
12
-export {controller} from './controller.js'
13
18
export {attr, getAttr, attrable, attrChangedCallback} from './attrable.js'
14
19
export {lazyDefine} from './lazy-define.js'
20
21
+export type {CustomElement, CustomElementClass} from './custom-element.js'
0 commit comments