|
import Input from './src/input.vue';
|
|
import type { SFCWithInstall } from 'element-plus/es/utils';
|
|
export declare const ElInput: SFCWithInstall<typeof Input>;
|
|
export default ElInput;
|
|
export * from './src/input';
|
|
export type { InputInstance } from './src/instance';
|