Files
web/types/components/datepicker.ts
2024-09-24 17:41:50 +02:00

4 lines
57 B
TypeScript

export interface DatePickerFormProps {
name?: string
}