Promote CssStyles to stable API (#14824)

* Promote CssStyles to stable API

* add comment

* Fix compile
This commit is contained in:
Charles Gagnon
2021-03-22 12:16:59 -07:00
committed by GitHub
parent 1a74d0f3d4
commit 8fb54710fb
6 changed files with 17 additions and 14 deletions

View File

@@ -315,8 +315,6 @@ declare module 'azdata' {
linkCodiconStyles?: CssStyles;
}
export type CssStyles = { [key: string]: string | number };
export interface RadioCardGroupComponentProperties extends ComponentProperties, TitledComponentProperties {
cards: RadioCard[];
cardWidth: string;