UNPKG

@bemit/consent-ui-react

Version:

7 lines (6 loc) 330 B
import React from 'react'; export declare const useEmbedState: (service: string) => { serviceConsent: 1 | 2 | undefined; setServiceConsent: React.Dispatch<React.SetStateAction<1 | 2 | undefined>>; serviceInfo: import("@bemit/consent-ui/ConsentUiInfo/ConsentUiDefinition.js").ConsentUiTrackGroupService | undefined; };