UNPKG

pactsafe-angular-sdk

Version:

Angular SDK for easy Clickwrap/Browsewrap implementation leveraging PactSafe's JavaScript Library

19 lines (18 loc) 519 B
import { OnInit, OnDestroy, AfterViewInit } from '@angular/core'; export declare class PSBrowseWrapComponent implements OnInit, OnDestroy, AfterViewInit { accessId: string; groupKey: string; linkText: string; alwaysVisible: boolean; badgeText: string; position: string; openLegalCenter: boolean; link: string; targetSelector: string; createOptions: object; loadOptions: object; constructor(); ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; }