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) 141 B
/** Utility to promisify transition observation */ export declare function promisifyTransition($el: Element, props?: string): Promise<void>;