feat(element): add lightweight reactive element base (#513)

This commit is contained in:
rahim
2026-02-13 00:41:49 +11:00
committed by GitHub
parent f2efa2456b
commit 33b21906cd
60 changed files with 1793 additions and 457 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { type Context, createContext } from '@lit/context';
import type { AnyPlayerStore, PlayerStore } from '@videojs/core/dom';
import { type Context, createContext } from '@videojs/element/context';
export const PLAYER_CONTEXT_KEY = Symbol('@videojs/player');