@vchatcloud/vue-ui-kit
Version:
VChatCloud UI Kit for vue integration
17 lines (16 loc) • 774 B
TypeScript
type __VLS_Props = {
openKeyBoard: boolean;
showMoveEndLinePopup: boolean;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
moveDown: (...args: any[]) => void;
fileSelect: (...args: any[]) => void;
openKeyBoard: (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
onMoveDown?: ((...args: any[]) => any) | undefined;
onFileSelect?: ((...args: any[]) => any) | undefined;
onOpenKeyBoard?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
textarea: HTMLTextAreaElement;
}, HTMLDivElement>;
export default _default;