Version: 0.0.10.0.2-71.0.01.0.1-alpha.01.0.1-alpha.12.0.0-alpha.02.0.0-alpha.12.0.0-alpha.22.0.0-alpha.32.0.0-alpha.52.0.0-alpha.62.0.0-alpha.72.0.0-alpha.82.0.0-alpha.102.0.0-rc.12.0.0-rc.22.0.0-rc.32.0.0-rc.42.0.0-rc.52.0.0-rc.62.0.0-rc.72.0.0-rc.82.0.0-rc.92.0.0-rc.102.0.0-rc.113.0.0
export type NodeEditableEventType = 'blur' | 'keyup';
export declare enum NodeEditableEventAction {
Cancel = 0
}
export interface NodeEditableEvent {
value: string;
type: NodeEditableEventType;
action?: NodeEditableEventAction;