UNPKG

ngx-editor

Version:

Rich Text Editor for angular using ProseMirror

6 lines (5 loc) 151 B
declare const icons: Record<string, any>; declare class Icon { static get(name: keyof typeof icons, fill?: string): string; } export default Icon;