code-server/typings/coder.d.ts

4 lines
158 B
TypeScript
Raw Normal View History

2019-07-17 16:57:26 +00:00
declare namespace coder {
export const registerView: (viewId: string, viewName: string, containerId: string, containerName: string, icon: string) => void;
2019-07-17 16:57:26 +00:00
}