mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 10:38:31 -05:00
Fix declarative table display issues with ML ext (#13529)
* Fix declarative table display issues with ML ext * Fix test
This commit is contained in:
2
src/sql/azdata.proposed.d.ts
vendored
2
src/sql/azdata.proposed.d.ts
vendored
@@ -419,7 +419,7 @@ declare module 'azdata' {
|
||||
}
|
||||
|
||||
export interface DeclarativeTableCellValue {
|
||||
value: string | number | boolean;
|
||||
value: string | number | boolean | Component;
|
||||
ariaLabel?: string;
|
||||
style?: CssStyles
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user