UNPKG

@exadel/esl

Version:

Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components

3 lines (2 loc) 145 B
/** Utility to promisify transition observation */ export declare function promisifyTransition($el: HTMLElement, props?: string): Promise<void>;