summaryrefslogtreecommitdiff
path: root/lib/epub.js/types/utils/constants.d.ts
blob: 1c5c5c5e311ba0765fc952f2d8a4714478dd647e (plain)
1
2
3
4
5
6
7
8
9
export const EPUBJS_VERSION: string;

export const DOM_EVENTS: Array<string>;

export const EVENTS: {
  [key: string]: {
    [key: string]: string
  }
}