UNPKG

ng2-json-editor

Version:

Angular2 component for editing large json documents

9 lines (8 loc) 202 B
import { SafeHtml } from '@angular/platform-browser'; export interface ModalOptions { title: string; bodyHtml: SafeHtml; type: string; onConfirm?: () => void; onShow?: () => void; }