diff --git a/components/input/input-props.ts b/components/input/input-props.ts index 7c821a9a8..fcf4b746a 100644 --- a/components/input/input-props.ts +++ b/components/input/input-props.ts @@ -7,7 +7,7 @@ export interface Props { initialValue?: string placeholder?: string type?: InputTypes - hymlType?: string + htmlType?: string readOnly?: boolean disabled?: boolean label?: string