UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

11 lines 324 B
import '../styles/main.scss'; import './Layout.scss'; import { type Consent } from '@expofp/config'; import React from 'react'; interface LayoutProps { offHistory: boolean; consent: Consent; } declare const _default: React.FunctionComponent<LayoutProps>; export default _default; //# sourceMappingURL=Layout.d.ts.map