We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c08385 + 32dc47b commit 014dbe7Copy full SHA for 014dbe7
1 file changed
index.d.ts
@@ -40,7 +40,7 @@ declare module "react-daum-postcode" {
40
41
type DaumPostcodeProps = {
42
onComplete(data: AddressData): void;
43
- onSearch(data: SearchData): void;
+ onSearch?(data: SearchData): void;
44
alwaysShowEngAddr?: boolean;
45
animation?: boolean;
46
autoClose?: boolean;
0 commit comments