/**
 * Built-in editor for Date fields.
 */
export type DatePickerEditorConfiguration = Record<string, never>;
