mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-16 17:25:58 +00:00
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
export const editor = {
|
|
create: () => { },
|
|
setTheme: () => { }
|
|
};
|