UNPKG

@doku-dev/doku-fragment

Version:

A new Angular UI library that moving away from Bootstrap and built from scratch.

8 lines (7 loc) 303 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from '../schema'; /** * Adding doku-fragment global style to `styles.scss` or `styles.sass`. * If not possible, we're adding doku-fragment styles to `angular.json`. */ export declare function addGlobalStyle(options: Schema): Rule;