UNPKG

@clr/angular

Version:

Angular components for Clarity

7 lines (6 loc) 406 B
import { Rule } from '@angular-devkit/schematics'; export declare const CSS_MIGRATION_CANDIDATES: readonly string[]; export declare const CSS_MIGRATION_INLINE_CANDIDATES: readonly string[]; export declare function transformInlineStyles(text: string): string; export declare function migrateCssProperties(): Rule; export declare function applyStyleTransforms(text: string, filePath: string | null): string;