UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

24 lines 707 B
export declare enum SearchButtonType { BOOKMARKS = "bookmarks", VISITED = "visited", SESSIONS = "sessions", TOURS = "guided_tours", CATEGORIES = "categories", POI_TYPE = "poi_type", POI_TYPES = "poi_types", LINK = "link", EXHIBITORS = "exhibitors" } export declare const PREFIXES: { readonly POI_TYPE: 'poiType_'; readonly CATEGORIES: 'categories_'; readonly POI_TYPES: 'poi_types_'; readonly LINK: 'link_'; }; export declare const BUTTON_ICONS: { readonly BOOKMARKS: 'icon-bookmark'; readonly VISITED: 'icon-checkmark'; readonly SESSIONS: 'icon-schedule'; readonly EXHIBITORS: 'icon-exhibitors'; }; //# sourceMappingURL=constants.d.ts.map