UNPKG

@usercentrics/cmp-browser-sdk

Version:
11 lines (10 loc) 410 B
import { ButtonsCustomization, SecondLayerUrl } from '../interfaces'; import { BUTTON_ALIGNMENT } from '../../enums'; import { LegacySettings } from '../../../Api/interfaces'; declare class ButtonsUI implements ButtonsCustomization { alignment: BUTTON_ALIGNMENT; borderRadius: string; secondLayer: SecondLayerUrl | null; constructor(legacySettings: LegacySettings); } export default ButtonsUI;