UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

9 lines 286 B
export declare const DEFAULT_FONT_URL: string; export declare const DEFAULT_FONT_LIGHT_URL: string; export interface CustomFonts { weight: string; style: string; url: string; } export declare function loadCustomFontsUrls(): CustomFonts[]; //# sourceMappingURL=fonts.d.ts.map