mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
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:
co-authored by
Claude Opus 4.7
parent
fa3a8f98a7
commit
466abb6d20
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user