mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Migrating LayoutEditor.js to ES
Summary: Migrating LayoutEditor.js to typescript. Test Plan: Existing tests should pass. Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3769
This commit is contained in:
1
app/client/declarations.d.ts
vendored
1
app/client/declarations.d.ts
vendored
@@ -4,7 +4,6 @@ declare module "app/client/components/CodeEditorPanel";
|
||||
declare module "app/client/components/DetailView";
|
||||
declare module "app/client/components/DocConfigTab";
|
||||
declare module "app/client/components/GridView";
|
||||
declare module "app/client/components/LayoutEditor";
|
||||
declare module "app/client/components/commandList";
|
||||
declare module "app/client/lib/Mousetrap";
|
||||
declare module "app/client/lib/browserGlobals";
|
||||
|
||||
Reference in New Issue
Block a user