Interface MediaQueryListEventInit
interface MediaQueryListEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
matches?: boolean;
media?: string;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
matches?: boolean;
media?: string;
}