mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(html): setup player api (#374)
This commit is contained in:
@@ -16,3 +16,5 @@ export type PlayerFeature<State> = Slice<PlayerTarget, State>;
|
||||
export type AnyPlayerFeature = AnySlice<PlayerTarget>;
|
||||
|
||||
export type PlayerStore<Features extends AnyPlayerFeature[] = []> = Store<PlayerTarget, UnionSliceState<Features>>;
|
||||
|
||||
export type AnyPlayerStore = Store<PlayerTarget, object>;
|
||||
|
||||
Reference in New Issue
Block a user