vue-admin-core
Version:
A Component Library for Vue 3
9 lines (8 loc) • 528 B
TypeScript
import { ElInput } from "element-plus";
export type InputProps = typeof ElInput;
export declare const Password: any;
export declare const Item: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
export declare const Input: any;
export default Input;