Skip to content

Commit

Permalink
fix: rename hymlType to htmlType (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
sannajammeh authored Aug 9, 2021
1 parent 98ef5d5 commit 2d5da30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/input/input-props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface Props {
initialValue?: string
placeholder?: string
type?: InputTypes
hymlType?: string
htmlType?: string
readOnly?: boolean
disabled?: boolean
label?: string
Expand Down

0 comments on commit 2d5da30

Please sign in to comment.