42b2a61ba3e329c8ee78a9ff859ae83b256a00bcd8ca3f623468e3b205284c5caa6886dac22666824fba43cbf1df3b486a07bf95c011de6f4a1fc319d3aa77 264 B

123456
  1. import Input from './src/input.vue';
  2. import type { SFCWithInstall } from 'element-plus/es/utils';
  3. export declare const ElInput: SFCWithInstall<typeof Input>;
  4. export default ElInput;
  5. export * from './src/input';
  6. export type { InputInstance } from './src/instance';