@expofp/floorplan
Version:
Interactive floor plan library for expos and events
7 lines • 377 B
TypeScript
export declare function getLocationHistory(): string[];
export declare function historyReplace(search: string): void;
export declare function initRouting(offHistory?: boolean): void;
export declare function applyParameters(queryRaw?: string): void;
export declare function destroyHistory(): void;
export declare function goBack(): boolean;
//# sourceMappingURL=routing.d.ts.map