UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

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