UNPKG

@o3r/schematics

Version:

Schematics module of the Otter framework

12 lines 727 B
import { Rule } from '@angular-devkit/schematics'; import { SassImportExposedElement } from './list-of-vars'; /** * Update SASS imports to use a scoped dependency * @deprecated Legacy migration: `@import "~@o3r/styling"` / `"~@otter/styling"` -> `@use`. Will be removed in v15. * @param alias The name of the otter styling package * @param dependencyName The name of the dependency to update imports on * @param exposedElements The list of exposed elements * @param fromRoot Perform on all files in project */ export declare function updateSassImports(alias: string, dependencyName?: string, exposedElements?: SassImportExposedElement[], fromRoot?: boolean): Rule; //# sourceMappingURL=update-imports-with-scope.d.ts.map