1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-26 04:14:29 +00:00
code-server-2/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
}