UNPKG

ngx-monaco-editor

Version:
10 lines (9 loc) 170 B
export interface DiffEditorModel { code: string; language: string; } export interface NgxEditorModel { value: string; language?: string; uri?: any; }