Interface MediaQueryTypes

interface MediaQueryTypes {
    all?: boolean;
    aural?: boolean;
    braille?: boolean;
    embossed?: boolean;
    grid?: boolean;
    handheld?: boolean;
    print?: boolean;
    projection?: boolean;
    screen?: boolean;
    tty?: boolean;
    tv?: boolean;
}

Hierarchy (view full)

Properties

all?: boolean
aural?: boolean
braille?: boolean
embossed?: boolean
grid?: boolean
handheld?: boolean
print?: boolean
projection?: boolean
screen?: boolean
tty?: boolean
tv?: boolean

Generated using TypeDoc