Skip to content

Commit

Permalink
refactor(components): [input] export instance type (#10368)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxch committed Nov 2, 2022
1 parent 751d187 commit e7843c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/input/index.ts
Expand Up @@ -6,3 +6,5 @@ export const ElInput = withInstall(Input)
export default ElInput

export * from './src/input'

export type InputInstance = InstanceType<typeof Input>

0 comments on commit e7843c0

Please sign in to comment.