Skip to content

Commit a5d05b9

Browse files
authored
Merge pull request #153 from jauntywunderkind/export-star
export functions needed for non-Decorator users. fixes #152
2 parents cd792fe + b9a7915 commit a5d05b9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ export {register} from './register.js'
33
export {findTarget, findTargets} from './findtarget.js'
44
export {target, targets} from './target.js'
55
export {controller} from './controller.js'
6-
export {attr} from './attr.js'
6+
export {attr, initializeAttrs, defineObservedAttributes} from './attr.js'
7+
export {autoShadowRoot} from './auto-shadow-root.js'

0 commit comments

Comments
 (0)