Skip to content

Commit

Permalink
make divWrapperProps optional
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyKey1 committed Jul 31, 2024
1 parent 1d1126b commit ca4b716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type PropsContainer = {
* Special props extension for svelte-konva Stage (Forwards rest props to canvas div container)
*/
export type PropsStage = {
divWrapperProps: {
divWrapperProps?: {
[key: string]: any; // Everything in this object is forwarded to the wrapper div
};
};

0 comments on commit ca4b716

Please sign in to comment.