UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

11 lines (10 loc) 238 B
declare const InputElement: { (_: any, { attrs, slots }: { attrs: any; slots: any; }): import("vue").VNode<any, any, { [key: string]: any; }>; inheritAttrs: boolean; }; export default InputElement;