react-phone-flag
Version:
A React component for selecting country codes with flags for phone numbers
6 lines • 294 B
TypeScript
import React from "react";
import { CountryCodeSelectorProps } from "../types";
export type { CountryCodeSelectorProps } from "../types";
declare const CountryCodeSelector: React.FC<CountryCodeSelectorProps>;
export default CountryCodeSelector;
//# sourceMappingURL=CountryCodeSelector.d.ts.map