UNPKG

@clr/angular

Version:

Angular components for Clarity

5 lines (4 loc) 232 B
import { Rule } from '@angular-devkit/schematics'; export declare const IMPORT_MIGRATION_CANDIDATES: readonly string[]; export declare function transformImports(text: string): string; export declare function migrateImports(): Rule;