mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 17:23:10 -05:00
improve the loading component (#8251)
* improve the loading component * fix unused method warning * revert the change
This commit is contained in:
3
src/sql/azdata.d.ts
vendored
3
src/sql/azdata.d.ts
vendored
@@ -3238,6 +3238,9 @@ declare module 'azdata' {
|
||||
|
||||
export interface LoadingComponentProperties {
|
||||
loading?: boolean;
|
||||
showText?: boolean;
|
||||
loadingText?: string;
|
||||
loadingCompletedText?: string;
|
||||
}
|
||||
|
||||
export interface DivContainerProperties extends ComponentProperties {
|
||||
|
||||
Reference in New Issue
Block a user