mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 12:48:04 +08:00
refactor(components): [input] extract InputInstance (#13620)
This commit is contained in:
parent
499934c249
commit
8fc38655b0
@ -6,5 +6,4 @@ export const ElInput = withInstall(Input)
|
||||
export default ElInput
|
||||
|
||||
export * from './src/input'
|
||||
|
||||
export type InputInstance = InstanceType<typeof Input>
|
||||
export type { InputInstance } from './src/instance'
|
||||
|
3
packages/components/input/src/instance.ts
Normal file
3
packages/components/input/src/instance.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import type Input from './input.vue'
|
||||
|
||||
export type InputInstance = InstanceType<typeof Input>
|
Loading…
Reference in New Issue
Block a user