UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

4 lines (3 loc) 233 B
export declare const fadeInElements: (elements: HTMLElement[]) => void; export declare const removeElement: (element: HTMLElement, transitionTimeout: number) => void; export declare const getVerificationUrl: (url: string) => string;