mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 17:24:01 -05:00
Fix typings files (#17509)
This commit is contained in:
25
src/sql/azdata.proposed.d.ts
vendored
25
src/sql/azdata.proposed.d.ts
vendored
@@ -492,31 +492,6 @@ declare module 'azdata' {
|
||||
alwaysShowTabs?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
* Represents the tab of TabbedPanelComponent
|
||||
*/
|
||||
export interface Tab {
|
||||
/**
|
||||
* Title of the tab
|
||||
*/
|
||||
title: string;
|
||||
|
||||
/**
|
||||
* Content component of the tab
|
||||
*/
|
||||
content: Component;
|
||||
|
||||
/**
|
||||
* Id of the tab
|
||||
*/
|
||||
id: string;
|
||||
|
||||
/**
|
||||
* Icon of the tab
|
||||
*/
|
||||
icon?: IconPath;
|
||||
}
|
||||
|
||||
/**
|
||||
* Represents the tab group of TabbedPanelComponent
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user