Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/typings/coder.d.ts

4 lines
158 B
TypeScript
Raw Normal View History

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