refactor: Remove unimplemented APIs from @apache-superset/core (#36952)

This commit is contained in:
Michael S. Molina
2026-01-07 14:17:06 -03:00
committed by GitHub
parent 5edaed2e5b
commit 7a5441bc7a
13 changed files with 37 additions and 404 deletions

View File

@@ -130,10 +130,6 @@ export const getDatabases: () => Database[];
export const getTabs: () => Tab[];
export const onDidChangeEditorContent: Event<string>;
export const onDidClosePanel: Event<Panel>;
export const onDidChangeActivePanel: Event<Panel>;
export const onDidChangeTabTitle: Event<string>;