Skip to content

Commit b736f91

Browse files
Export CountryData (#484)
1 parent 13fc305 commit b736f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
declare module "react-phone-input-2" {
22
import React from "react";
33

4-
interface CountryData {
4+
export interface CountryData {
55
name: string;
66
dialCode: string;
77
countryCode: string;

0 commit comments

Comments
 (0)