UNPKG

free-imui-neo

Version:

基于VUE3实现的即时通讯UI组件

23 lines 954 B
import './index.less'; export declare const FreeEditor: import("../utils").WithInstall<import("vue").DefineComponent<{ contact: { type: import("vue").PropType<import("..").Contact>; required: true; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("send" | "upload")[], "send" | "upload", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ contact: { type: import("vue").PropType<import("..").Contact>; required: true; }; }>> & { onSend?: ((...args: any[]) => any) | undefined; onUpload?: ((...args: any[]) => any) | undefined; }, {}>>; export default FreeEditor; export type { Test } from './types'; declare module 'vue' { interface GlobalComponents { FreeEditor: typeof FreeEditor; } } //# sourceMappingURL=index.d.ts.map