/**
 * Built-in editor for Integer fields.
 */
export type IntegerEditorConfiguration = {
    /** A placeholder that will be shown in the editor's input to provide editors with an example */
    placeholder?: string;
};
