UNPKG

react-toxic-editor

Version:

react-toxic-editor is a high-quality, feature-rich React-based text editor that offers a seamless user experience. With the ability to add images, links, and more, react-toxic-editor is the perfect solution for anyone looking for a powerful and flexible t

14 lines (12 loc) 236 B
export type TPrimaryEditor = { id?: string; initialValue?: string; height?: number; inline?: boolean; skin?: string; apiKey?: string; menubar?: boolean; onInit?: Function; onChange?: Function; onBlur?: Function; };