From c20d44f3e42391530785394395dca08ebd7cc6b3 Mon Sep 17 00:00:00 2001 From: jimczj Date: Thu, 6 Sep 2018 20:28:34 +0800 Subject: [PATCH] fix(input): types --- @types/input.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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