mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Promote CssStyles to stable API (#14824)
* Promote CssStyles to stable API * add comment * Fix compile
This commit is contained in:
@@ -321,7 +321,7 @@ class TestComponentBase implements azdata.Component {
|
||||
updateProperty(key: string, value: any): Thenable<void> {
|
||||
throw new Error('Method not implemented');
|
||||
}
|
||||
updateCssStyles(cssStyles: { [key: string]: string; }): Thenable<void> {
|
||||
updateCssStyles(cssStyles: azdata.CssStyles): Thenable<void> {
|
||||
throw new Error('Method not implemented');
|
||||
}
|
||||
onValidityChanged: vscode.Event<boolean> = undefined;
|
||||
|
||||
Reference in New Issue
Block a user