Skip to content

Commit 38088a7

Browse files
committed
refactor(prop-types): make options' properties optional
1 parent e25e91a commit 38088a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ export interface PointGroup extends PointGroupOptions {
100100
}
101101

102102
export interface Options {
103-
penColor: string
104-
backgroundColor: string
103+
penColor?: string
104+
backgroundColor?: string
105105
}
106106

107107
export interface WaterMarkObj {

0 commit comments

Comments
 (0)