@zh-keyboard/vue
Version:
基于Vue的中文虚拟键盘组件
10 lines (9 loc) • 504 B
TypeScript
type __VLS_Props = {
candidates: string[];
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
select: (candidate: string) => any;
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
onSelect?: ((candidate: string) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;