UNPKG

@ohu-mobile/core

Version:
13 lines (12 loc) 365 B
import { VNode } from 'vue'; interface InputBaseElement extends Element { vmodel?: boolean; type?: string; } export declare const inBrowser: boolean; export declare const UA: string | false; export declare const isIE9: boolean | ""; declare const _default: { inserted(el: InputBaseElement, binding: any, vnode: VNode): void; }; export default _default;