mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
refactor(components): [input] export instance type (#10368)
This commit is contained in:
parent
751d187cad
commit
e7843c02c4
@ -6,3 +6,5 @@ export const ElInput = withInstall(Input)
|
||||
export default ElInput
|
||||
|
||||
export * from './src/input'
|
||||
|
||||
export type InputInstance = InstanceType<typeof Input>
|
||||
|
Loading…
Reference in New Issue
Block a user