UNPKG

@ngxpert/hot-toast

Version:

Smoking hot Notifications for Angular. Lightweight, customizable and beautiful by default.

5 lines (4 loc) 240 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from '../schema'; /** Add pre-built styles (and optionally a theme) to the main project style file. */ export declare function addThemeToAppStyles(options: Schema): Rule;