mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
refactor(types): remove icon property from EditorLanguageMetadata type
This commit is contained in:
parent
d1188f5ea6
commit
939cd4b2f0
@ -5,5 +5,4 @@ export type EditorLanguageMetadata = {
|
||||
label: string;
|
||||
fileName: string;
|
||||
fileExtension: string;
|
||||
icon: React.FunctionComponent<React.SVGProps<SVGElement> & { size?: number | string }>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user