Skip to content

Commit

Permalink
fix(input-group): type error
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Jul 2, 2021
1 parent 49c3f58 commit df96904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/src/InputGroup.tsx
Expand Up @@ -3,7 +3,7 @@ import { useConfig, useStyle } from '../../_mixins'
import type { ExtractPublicPropTypes } from '../../_utils'
import style from './styles/input-group.cssr'

const inputGroupProps = {}
const inputGroupProps: { [key in any]: never } = {}

export type InputGroupProps = ExtractPublicPropTypes<typeof inputGroupProps>

Expand Down

0 comments on commit df96904

Please sign in to comment.