UNPKG

ngx-trumbowyg

Version:

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

6 lines (5 loc) 232 B
import { ModuleWithProviders } from '@angular/core'; import { TrumbowygOptions } from './configs/trumbowyg-options'; export declare class NgxTrumbowygModule { static withConfig(options: TrumbowygOptions): ModuleWithProviders; }