UNPKG

aliascss

Version:

AliasCSS is a CSS post processor.

8 lines (7 loc) 167 B
type Custom = { [key: string]: { [key: string]: string; }; }; export default function filter(valuePortion: string, custom: Custom): string; export {};