UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

10 lines 283 B
import "../styles/main.scss"; import "./Layout.scss"; import React from "react"; interface LayoutProps { offHistory: boolean; allowConsent?: boolean; } declare const _default: React.FunctionComponent<LayoutProps>; export default _default; //# sourceMappingURL=Layout.d.ts.map