UNPKG

@bookbox/view-html

Version:

Bookbox view for html

8 lines (7 loc) 145 B
import { gotoKey } from '../goto'; /** * `gotoKey` — global function */ export function setGlobalActions() { window.gotoKey = gotoKey; }