UNPKG

114 BTypeScriptView Raw
1export default function transitionEndListener(element: HTMLElement, handler: (e: TransitionEvent) => void): void;