Files
web/components/TempDesignSystem/Form/Input/AriaInputWithLabel/input.ts
2024-10-07 13:41:46 +02:00

5 lines
115 B
TypeScript

export interface AriaInputWithLabelProps
extends React.InputHTMLAttributes<HTMLInputElement> {
label: string
}