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

Hierarchy (view full)

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
matches?: boolean
media?: string

Generated using TypeDoc