UNPKG

aliascss

Version:

AliasCSS is a CSS post processor.

6 lines (5 loc) 289 B
export default function styleToAliascss(data: string, options?: { 'JSX': true; }): string; export declare function process(match: string, styleValue: string, isSingleQuote: boolean, JSX?: boolean): string; export declare function processJSX(match: string, styleValue: string): string;