/** * */ export interface EditorProps { /** * */ defaultValue?: any; /** * */ onFocusLeave?: any; } export default EditorProps;