We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3114bd5 commit a8b608dCopy full SHA for a8b608d
src/services/workbench/editorService.ts
@@ -50,7 +50,7 @@ export interface IEditorService extends Component<IEditor> {
50
/**
51
* Specify the Entry page of Workbench
52
*/
53
- setEntry(component: React.ReactNode): void;
+ setEntry(component: JSX.Element): void;
54
55
* Judge the specific tabs whether opened in Editor view
56
* @param tabId The tabId is required
0 commit comments