Skip to content

Commit

Permalink
Refactor #6954
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jan 15, 2025
1 parent b01abbf commit 8c2cf5d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/primevue/src/editor/Editor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ export interface EditorPassThroughMethodOptions {
* Defines valid properties.
*/
props: EditorProps;
/**
* Defines current inline state.
*/
state: EditorState;
/**
* Defines valid attributes.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down

0 comments on commit 8c2cf5d

Please sign in to comment.