diff --git a/@types/input.d.ts b/@types/input.d.ts index 6da5a0317..a9361f6ab 100644 --- a/@types/input.d.ts +++ b/@types/input.d.ts @@ -5,7 +5,7 @@ declare type InputValue = string | number declare type InputFunction = (value: string | number, event: BaseEvent) => void export interface AtInputProps { - name?: string + name: string title?: string