feat(html): re-export reactive primitives from @videojs/element (#1472)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-04-27 10:55:29 -05:00
committed by GitHub
co-authored by Claude Opus 4.7
parent fa3a8f98a7
commit 466abb6d20
+10
View File
@@ -1,5 +1,15 @@
// Core
export * from '@videojs/core/dom';
export type {
Destroyable,
PropertyDeclaration,
PropertyDeclarationMap,
PropertyValues,
ReactiveController,
ReactiveControllerHost,
} from '@videojs/element';
// Element — reactive primitives for users extending MediaElement
export { DestroyMixin, ReactiveElement } from '@videojs/element';
// Store
export type { Comparator, Selector } from '@videojs/store';