@vchatcloud/vue-ui-kit
Version:
VChatCloud UI Kit for vue integration
15 lines (14 loc) • 614 B
TypeScript
import { VChatCloudAPIFile } from '../../type';
type __VLS_Props = {
apiFileList: VChatCloudAPIFile[];
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
close: () => any;
reload: () => any;
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
onClose?: (() => any) | undefined;
onReload?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
popup: HTMLDivElement;
}, HTMLDivElement>;
export default _default;