UNPKG

trustlabs-sdk

Version:

Easy-to-use SDK for displaying trust verification badges on websites. Supports React, Vue, vanilla JS, and CDN usage.

5 lines (4 loc) 293 B
export declare function showVerificationPopover(anchorEl: HTMLElement, dateString: string): void; export declare function hideVerificationPopover(): void; export declare function isEventInsidePopover(evt: MouseEvent): boolean; export declare function isPointerCurrentlyOverPopover(): boolean;