UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

8 lines • 295 B
import { type Consent } from '@expofp/config'; interface OverlayContainerProps { isGDPR: boolean; consent: Consent; } declare const OverlayContainer: import("react").FunctionComponent<OverlayContainerProps>; export default OverlayContainer; //# sourceMappingURL=OverlayContainer.d.ts.map