Skip to content

Commit

Permalink
fix:fromPen-type
Browse files Browse the repository at this point in the history
  • Loading branch information
ananzhusen committed Oct 14, 2024
1 parent 1295f7a commit 7f038ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form-diagram/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface formPen extends Pen {
maxOffsetY?:number;
stap?:number;
} & Pen['calculative'];
checked?: boolean | string;
checked?: any;
onColor?: string;
disable?: boolean;
disableOnColor?: string;
Expand Down

0 comments on commit 7f038ad

Please sign in to comment.