UNPKG

typestyle-extensions

Version:

A useful collection of typestyle extensions and helper functions to make working with TypeStyle even more pleasant

5 lines (4 loc) 163 B
import { NestedCSSProperties } from 'typestyle/lib/types'; export interface IStylesheet extends NestedCSSProperties { $mediaQueries?: NestedCSSProperties[]; }