UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

11 lines 454 B
declare const TOKEN_KEY = "rt"; export declare function getRebookingTokenFromQuery(): string | null; export declare function getRebookingToken(): string | null; export declare function retainRebookingToken(token: string): void; export interface RebookingParams { [TOKEN_KEY]: string; expoKey: string; } export declare function buildRebookingUrl(path: string, params: RebookingParams): string; export {}; //# sourceMappingURL=rebookingUrl.d.ts.map