Remove 'any' from existing lazy loaded tabs (#721)

* Typesafe lazy loaded GalleryTab

* Typesafe lazy loaded NotebookViewerTab

* Typesafe lazy loaded NotebookManager
This commit is contained in:
Jordi Bunster
2021-04-23 19:54:21 -07:00
committed by GitHub
parent b7c911d19a
commit 045a28b7a4
3 changed files with 40 additions and 52 deletions

View File

@@ -7,7 +7,7 @@ import { GalleryTab as GalleryViewerTab, SortBy } from "../Controls/NotebookGall
import Explorer from "../Explorer";
import TabsBase from "./TabsBase";
interface GalleryTabOptions extends ViewModels.TabOptions {
export interface GalleryTabOptions extends ViewModels.TabOptions {
account: DatabaseAccount;
container: Explorer;
junoClient: JunoClient;