UNPKG

@datocms/cma-client

Version:
8 lines (7 loc) 212 B
/** * Built-in editor for Float fields. */ export type FloatEditorConfiguration = { /** A placeholder that will be shown in the editor's input to provide editors with an example */ placeholder?: string; };