删掉无用代码

This commit is contained in:
2betop 2020-02-17 10:25:03 +08:00
parent 2dacab0300
commit c900820da7
1 changed files with 0 additions and 5 deletions

View File

@ -83,11 +83,6 @@ export interface EditorProps {
editorWillMount?: (monaco: any) => void;
editorWillUnmount?: (editor: any, monaco: any) => void;
editorFactory?: (conatainer: HTMLElement, monaco: any, options: any) => any;
requireConfig: {
url: string;
paths?: any;
[propName: string]: any;
};
}
export class Editor extends React.Component<EditorProps, any> {