Files
web/components/TempDesignSystem/Form/Country/country.ts
2024-06-05 13:25:10 +02:00

7 lines
139 B
TypeScript

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