ngx-editor
Version:
Rich Text Editor for angular using ProseMirror
8 lines (7 loc) • 348 B
TypeScript
export { default as editable } from './editable';
export { default as placeholder } from './placeholder';
export { default as attributes } from './attributes';
export { default as focus } from './focus';
export { default as blur } from './blur';
export { default as imageResize } from './image-resize';
export { default as linkify } from './link';