UNPKG

@datocms/cma-client

Version:
8 lines (7 loc) 239 B
/** * Basic textarea editor for Multiple-paragraph text fields. */ export type TextareaEditorConfiguration = { /** A placeholder that will be shown in the editor's input to provide editors with an example */ placeholder?: string; };