@ktt45678/vidstack
Version:
UI component library for building high-quality, accessible video and audio experiences on the web.
15 lines (13 loc) • 392 B
JavaScript
const ADD = Symbol(0), REMOVE = Symbol(0), RESET = Symbol(0), SELECT = Symbol(0), READONLY = Symbol(0), SET_READONLY = Symbol(0), ON_RESET = Symbol(0), ON_REMOVE = Symbol(0), ON_USER_SELECT = Symbol(0);
const ListSymbol = {
da: ADD,
cc: REMOVE,
z: RESET,
ea: SELECT,
Yc: READONLY,
Od: SET_READONLY,
Gf: ON_RESET,
Hf: ON_REMOVE,
If: ON_USER_SELECT
};
export { ListSymbol };