mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 17:22:25 -05:00
Notebook Views Insert Cells Modal (#16836)
* Add html-to-image package * Add image card type
This commit is contained in:
@@ -396,7 +396,8 @@ export enum DeclarativeDataType {
|
||||
export enum CardType {
|
||||
VerticalButton = 'VerticalButton',
|
||||
Details = 'Details',
|
||||
ListItem = 'ListItem'
|
||||
ListItem = 'ListItem',
|
||||
Image = 'Image'
|
||||
}
|
||||
|
||||
export enum Orientation {
|
||||
|
||||
Reference in New Issue
Block a user