UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

5 lines 379 B
export declare function loadJson<T>(url: string): Promise<T>; export declare function loadCss(url: string, appendTo: Element | ShadowRoot): void; export declare function loadFont(family: string, url: string, d?: any): Promise<any>; export declare function loadCustomFonts(customCss: string): Promise<PromiseSettledResult<any>[] | undefined>; //# sourceMappingURL=loaders.d.ts.map