UNPKG

@bookbox/view-html

Version:

Bookbox view for html

10 lines (9 loc) 175 B
declare global { interface Window { gotoKey(key: string): void; } } /** * `gotoKey` — global function */ export declare function setGlobalActions(): void;