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