mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 17:24:01 -05:00
add css styling for text component (#5491)
This commit is contained in:
1
src/sql/azdata.proposed.d.ts
vendored
1
src/sql/azdata.proposed.d.ts
vendored
@@ -3165,6 +3165,7 @@ declare module 'azdata' {
|
||||
export interface TextComponentProperties {
|
||||
value?: string;
|
||||
links?: LinkArea[];
|
||||
CSSStyles?: { [key: string]: string };
|
||||
}
|
||||
|
||||
export interface LinkArea {
|
||||
|
||||
Reference in New Issue
Block a user