refactor(components): [input] export instance type (#10368)

This commit is contained in:
Xc 2022-11-02 22:32:06 +08:00 committed by GitHub
parent 751d187cad
commit e7843c02c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,3 +6,5 @@ export const ElInput = withInstall(Input)
export default ElInput
export * from './src/input'
export type InputInstance = InstanceType<typeof Input>