mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 15:06:55 +00:00
5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
|
export const editor = {
|
||
|
create: () => {},
|
||
|
setTheme: () => {}
|
||
|
};
|