Skip to content

Commit fea2b45

Browse files
committed
Add missing props type
1 parent 0b3620b commit fea2b45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ declare module "react-daum-postcode" {
5959
useSuggest?: boolean;
6060
width?: number | string;
6161
zonecodeOnly?: boolean;
62+
submitMode?: boolean;
6263
}
6364

6465
class DaumPostcode extends React.Component<DaumPostcodeProps, any> {}

0 commit comments

Comments
 (0)