code-server/typings/coder.d.ts

4 lines
158 B
TypeScript
Raw Normal View History

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