Move event types to constants
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
/**
|
||||
* Custom event types.
|
||||
*/
|
||||
export enum EventType {
|
||||
HEADER_RENDERED = 'HEADER_RENDERED',
|
||||
SET_TABS = 'SET_TABS',
|
||||
SHOW_VIDEO_OSD = 'SHOW_VIDEO_OSD',
|
||||
THEME_CHANGE = 'THEME_CHANGE'
|
||||
}
|
||||
Reference in New Issue
Block a user