Files
web/components/TempDesignSystem/Form/Phone/phone.ts
2024-04-18 13:53:49 +02:00

9 lines
189 B
TypeScript

import type { RegisterOptions } from "react-hook-form"
export type PhoneProps = {
countrySelectName?: string
name?: string
placeholder?: string
registerOptions?: RegisterOptions
}