UNPKG

@vchatcloud/vue-ui-kit

Version:

VChatCloud UI Kit for vue integration

12 lines (11 loc) 579 B
import { User } from '../../sdk'; type __VLS_Props = { user: User; checked: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { checked: (checked: boolean, fileKey: string) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onChecked?: ((checked: boolean, fileKey: string) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;