Variable TransitionEvent

    TransitionEvent: {
        prototype: TransitionEvent;
        new (
            type: string,
            transitionEventInitDict?: TransitionEventInit,
        ): TransitionEvent;
    }

    Type declaration