export interface CustomReactEditorProps { value?: T; onChange(val: T | undefined | null): void; context: any; field?: any; }