feat: wireframe-to-code (#7334)
This commit is contained in:
@@ -98,6 +98,7 @@ export type ElementShapes = {
|
||||
rectangle: Drawable;
|
||||
ellipse: Drawable;
|
||||
diamond: Drawable;
|
||||
iframe: Drawable;
|
||||
embeddable: Drawable;
|
||||
freedraw: Drawable | null;
|
||||
arrow: Drawable[];
|
||||
@@ -105,4 +106,5 @@ export type ElementShapes = {
|
||||
text: null;
|
||||
image: null;
|
||||
frame: null;
|
||||
magicframe: null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user