pull/7064/merge
tugcekucukoglu 2025-01-15 10:06:17 +03:00
parent b01abbf429
commit 8c2cf5d84c
1 changed files with 0 additions and 15 deletions

View File

@ -26,10 +26,6 @@ export interface EditorPassThroughMethodOptions {
* Defines valid properties. * Defines valid properties.
*/ */
props: EditorProps; props: EditorProps;
/**
* Defines current inline state.
*/
state: EditorState;
/** /**
* Defines valid attributes. * Defines valid attributes.
*/ */
@ -198,17 +194,6 @@ export interface EditorPassThroughAttributes {
[key: string]: any; [key: string]: any;
} }
/**
* Defines current inline state in Editor component.
*/
export interface EditorState {
/**
* Current rerendered color key as a number.
* @defaultValue 0
*/
reRenderColorKey: number;
}
/** /**
* Defines valid properties in Editor component. * Defines valid properties in Editor component.
*/ */