Skip to content

Commit 014dbe7

Browse files
authored
Merge pull request #18 from seonghyeonkimm/enhance/typing
2 parents 6c08385 + 32dc47b commit 014dbe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ declare module "react-daum-postcode" {
4040

4141
type DaumPostcodeProps = {
4242
onComplete(data: AddressData): void;
43-
onSearch(data: SearchData): void;
43+
onSearch?(data: SearchData): void;
4444
alwaysShowEngAddr?: boolean;
4545
animation?: boolean;
4646
autoClose?: boolean;

0 commit comments

Comments
 (0)