GasWell-front/node_modules/element-plus/lib/components/input/index.d.ts

7 lines
264 B
TypeScript

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';