UNPKG

starboard-rich-editor

Version:

Rich text editor used in Starboard Notebook

8 lines (7 loc) 152 B
export interface ContentContainer { textContent: string; /** * Whether editing is enabled or not. */ editable?: boolean; }