UNPKG

aliascss

Version:

AliasCSS is a CSS post processor.

7 lines (6 loc) 179 B
export declare function string(str: string, custom: { [key: string]: { [key: string]: string; }; }): string; export default function content(str: string): string;