Const
Utils
0.2.0 Objeto contendo as factory functions para as integrações pré-configuradas mais comuns.
import { COMMON_INTEGRATIONS } from 'react-lgpd-consent';const gaIntegration = COMMON_INTEGRATIONS.googleAnalytics({ measurementId: 'G-XYZ' }); Copy
import { COMMON_INTEGRATIONS } from 'react-lgpd-consent';const gaIntegration = COMMON_INTEGRATIONS.googleAnalytics({ measurementId: 'G-XYZ' });
Constant
Category
Utils
Since
0.2.0 Objeto contendo as factory functions para as integrações pré-configuradas mais comuns.
Example