deprecate the card component (#8552)

* deprecate the card component

* add deprecated tag
This commit is contained in:
Alan Ren
2019-12-04 10:48:08 -08:00
committed by GitHub
parent ee94524ab1
commit ab94b9785e
2 changed files with 8 additions and 0 deletions

3
src/sql/azdata.d.ts vendored
View File

@@ -2477,6 +2477,9 @@ declare module 'azdata' {
flexContainer(): FlexBuilder;
splitViewContainer(): SplitViewBuilder;
dom(): ComponentBuilder<DomComponent>;
/**
* @deprecated please use radioCardGroup component.
*/
card(): ComponentBuilder<CardComponent>;
inputBox(): ComponentBuilder<InputBoxComponent>;
checkBox(): ComponentBuilder<CheckBoxComponent>;