5 lines
68 B
TypeScript
Raw Normal View History

export const editor = {
create: () => {},
setTheme: () => {}
};