UNPKG

aliascss

Version:

AliasCSS is a CSS post processor.

11 lines (10 loc) 217 B
declare const media: { [key: string]: any; target: { [key: string]: string; }; }; export declare function createRegexForMedia(prefix: { [key: string]: string; }): RegExp; export default media;