UNPKG

ngx-trumbowyg

Version:

This an Angular wrapper for [Trumbowyg WYSIWYG editor](https://alex-d.github.io/Trumbowyg/).

4 lines (3 loc) 178 B
import { InjectionToken } from '@angular/core'; import { TrumbowygOptions } from './trumbowyg-options'; export declare const TRUMBOWYG_OPTIONS: InjectionToken<TrumbowygOptions>;