Files
web/components/TempDesignSystem/Form/Phone/phone.ts
2024-04-16 09:24:31 +02:00

8 lines
160 B
TypeScript

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