@usercentrics/cmp-browser-sdk
Version:
Usercentrics CMP Browser SDK
11 lines (10 loc) • 495 B
TypeScript
import { DpsJsonResponse, LegacyHashService, Translations } from '../../Api/interfaces';
import { PrivacyButtonLabels } from './interfaces';
import ServiceLabels from './Common/ServiceLabels';
declare class PrivacyButton implements PrivacyButtonLabels {
privacyButton: string;
services: ServiceLabels[];
gpcSignalHonored: string;
constructor(dpsJson: DpsJsonResponse, legacyHashServices?: LegacyHashService[], translations?: Translations | null);
}
export default PrivacyButton;