UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

9 lines 287 B
import React from "react"; export interface CookieConsentProps { link?: string; onAccept?: () => void; onReject?: () => void; } declare const CookieConsent: React.FunctionComponent<CookieConsentProps>; export default CookieConsent; //# sourceMappingURL=CookieConsent.d.ts.map