UNPKG

@o3r/schematics

Version:

Schematics module of the Otter framework

11 lines 611 B
import { Rule } from '@angular-devkit/schematics'; import { SassImportExposedElement } from './list-of-vars'; /** * Update SASS imports to use a scoped dependency * @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