UNPKG

aliascss

Version:

AliasCSS is a CSS post processor.

8 lines (7 loc) 171 B
export declare function createRegexForPseudo(prefix: { [key: string]: string; }): RegExp; declare const prefix: { [key: string]: string; }; export default prefix;