UNPKG

@halloverden/ngx-cookiebot

Version:
16 lines (15 loc) 483 B
export declare abstract class NgxCookiebotConfig { blockingMode: 'auto' | 'manual' | string; consentMode?: 'disabled'; cbId: string; cdn: 'com' | 'eu' | string; culture?: string; framework?: string; level?: string; loadScript: boolean; type?: string; widgetEnabled?: boolean; widgetPosition?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | string; widgetDistanceVertical?: number; widgetDistanceHorizontal?: number; }