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