UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

11 lines 329 B
import { type Consent } from '@expofp/config'; import React from 'react'; import './Menu.scss'; import './Menu_custom.scss'; interface MenuProps { isGDPR: boolean; consent: Consent; } export default _default; declare function _default({ isGDPR, consent }: MenuProps): React.JSX.Element; //# sourceMappingURL=Menu.d.ts.map