feat: login form as a client component, theme toggle
This commit is contained in:
8
components/PhoneInput/types.ts
Normal file
8
components/PhoneInput/types.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import type { CountryCallingCode, CountryCode } from "libphonenumber-js";
|
||||
|
||||
export type Country = {
|
||||
code: CountryCode;
|
||||
name: string;
|
||||
emoji: string;
|
||||
callingCode: CountryCallingCode;
|
||||
};
|
||||
Reference in New Issue
Block a user