UNPKG

@instechnologies/ng-rooster

Version:

ng-rooster is wrapper to roosterjs, an open source library created by Microsoft: https://github.com/Microsoft/roosterjs.

6 lines (5 loc) 148 B
import { OnInit } from '@angular/core'; export declare class NgRoosterComponent implements OnInit { constructor(); ngOnInit(): void; }