We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5adc2e4 commit 8819601Copy full SHA for 8819601
1 file changed
src/index.ts
@@ -1,6 +1,7 @@
1
-export * from './bind.js'
2
-export * from './register.js'
3
-export * from './findtarget.js'
4
-export * from './target.js'
5
-export * from './controller.js'
6
-export * from './attr.js'
+export {bind, listenForBind} from './bind.js'
+export {register} from './register.js'
+export {findTarget, findTargets} from './findtarget.js'
+export {target, targets} from './target.js'
+export {controller} from './controller.js'
+export {attr, initializeAttrs, defineObservedAttributes} from './attr.js'
7
+export {autoShadowRoot} from './auto-shadow-root.js'
0 commit comments