UNPKG

angular-toaster

Version:

An Angular Toaster Notification library based on AngularJS-Toaster

4 lines (3 loc) 155 B
import { Rule } from "@angular-devkit/schematics"; import { Schema } from "../schema"; export declare function addThemeToAppStyles(options: Schema): Rule;