Fix eslint issue for NotebookComponentAdapter.tsx

This commit is contained in:
vaidankarswapnil
2021-10-05 13:02:04 +05:30
parent f968f57543
commit 315a67e4dd
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ export interface NotebookComponentAdapterOptions {
export class NotebookComponentAdapter extends NotebookComponentBootstrapper implements ReactAdapter {
private onUpdateKernelInfo: () => void;
public parameters: any;
public parameters: undefined;
constructor(options: NotebookComponentAdapterOptions) {
super({