universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
14 lines (13 loc) • 371 B
TypeScript
export declare class Events {
static CONFIGURE: string;
static CREATED: string;
static DROP: string;
static ERROR: string;
static EXIT_FULLSCREEN: string;
static EXTERNAL_RESOURCE_OPENED: string;
static LOAD: string;
static LOAD_FAILED: string;
static RELOAD: string;
static RESIZE: string;
static TOGGLE_FULLSCREEN: string;
}