UNPKG

ngx-editor

Version:

The Rich Text Editor for Angular, Built on ProseMirror

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