Resource Deployment UX Refresh (#12173)

* adding new card to styles

* renamed property, removed unnecessary css

* Fixed to match new props

* added horizontal class

* merged from master
This commit is contained in:
Aasim Khan
2020-09-11 11:13:59 -07:00
committed by GitHub
parent 6929a803dc
commit a823e44393
5 changed files with 90 additions and 23 deletions

View File

@@ -271,7 +271,8 @@ declare module 'azdata' {
iconWidth?: string;
iconHeight?: string;
selectedCardId?: string;
orientation?: Orientation // Defaults to horizontal
orientation?: Orientation; // Defaults to horizontal
iconPosition?: 'top' | 'left'; // Defaults to top
}
export type RadioCardSelectionChangedEvent = { cardId: string; card: RadioCard };