We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b459d5 commit a66bdd6Copy full SHA for a66bdd6
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,5 +15,6 @@ 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'
19
20
+export type {CustomElement, CustomElementClass} from './custom-element.js'
0 commit comments