Variable MediaQueryListEvent

    MediaQueryListEvent: {
        prototype: MediaQueryListEvent;
        new (
            type: string,
            eventInitDict?: MediaQueryListEventInit,
        ): MediaQueryListEvent;
    }

    Type declaration