feat: deprecated editors (#1166)

This commit is contained in:
Mo
2022-06-27 14:08:33 -05:00
committed by GitHub
parent d340ff9d77
commit 60ca415044
642 changed files with 33059 additions and 9259 deletions

View File

@@ -0,0 +1,6 @@
declare const Components: {
identifier: string;
path: string;
static_files: string[];
}[];
export { Components };