Skip to content

Commit 5d36d10

Browse files
committed
Add new prop to type
1 parent 166a031 commit 5d36d10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/SketchEmbed/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ interface Props {
99
width?: number | string;
1010
height?: number | string;
1111
scripts?: string[];
12+
hideOffscreen?: boolean;
1213
}
1314
1415
const defaultHeight = 400,

0 commit comments

Comments
 (0)