Refactor #6954
parent
b01abbf429
commit
8c2cf5d84c
|
@ -26,10 +26,6 @@ export interface EditorPassThroughMethodOptions {
|
|||
* Defines valid properties.
|
||||
*/
|
||||
props: EditorProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: EditorState;
|
||||
/**
|
||||
* Defines valid attributes.
|
||||
*/
|
||||
|
@ -198,17 +194,6 @@ export interface EditorPassThroughAttributes {
|
|||
[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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue