@usercentrics/cmp-browser-sdk
Version:
Usercentrics CMP Browser SDK
74 lines (73 loc) • 1.68 kB
TypeScript
import { BUTTON_ALIGNMENT, SECOND_LAYER_TRIGGER } from '../enums';
declare const customization: {
button: {
alignment: BUTTON_ALIGNMENT;
borderRadius: string;
};
color: {
acceptBtn: {
backgroundColor: string;
textColor: string;
};
denyButton: {
backgroundColor: string;
textColor: string;
};
layerBackground: string;
linkFontColor: string;
linkIconColor: string;
moreBtn: {
backgroundColor: string;
textColor: string;
};
overlayColor: string;
primary: string;
saveButton: {
backgroundColor: string;
textColor: string;
};
secondLayerTab: string;
textFontColor: string;
};
firstLayer: {
secondLayerTrigger: SECOND_LAYER_TRIGGER;
};
font: {
family: string;
size: number;
};
layer: {
borderRadius: string;
};
logo: {
altTag: null;
position: string;
url: null;
};
overlay: {
opacity: number;
};
privacyButton: {
backgroundColor: null;
desktopSize: null;
iconColor: null;
mobileSize: null;
};
theme: number;
toggle: {
active: {
backgroundColor: string;
iconColor: string;
};
disabled: {
backgroundColor: string;
iconColor: string;
};
inactive: {
backgroundColor: string;
iconColor: string;
};
};
useBackgroundShadow: boolean;
};
export default customization;