UNPKG

@zh-keyboard/vue

Version:
16 lines (15 loc) 752 B
import { KeyEvent } from '../types'; type __VLS_PublicProps = { modelValue: string; }; declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: string) => any; } & { input: (text: string) => any; key: (payload: KeyEvent) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ onInput?: ((text: string) => any) | undefined; onKey?: ((payload: KeyEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;