UNPKG

@bookbox/view-html

Version:

Bookbox view for html

6 lines (5 loc) 179 B
export interface GoToOptions { useHistory?: "push" | "replace" | boolean; url?: Partial<URL>; } export declare function gotoKey(key: string, options?: GoToOptions): void;