import { Vue } from 'vue-property-decorator'; import { CreateElement } from 'vue'; import './ibz-tooltip-async.less'; /** * 异步tooltip组件 * * @export * @class IBzTooltipAsync * @extends {Vue} */ export declare class IBzTooltipAsync extends Vue { /** * tip请求服务 * * @private * @type {IBzTooltipService} * @memberof IBzTooltipAsync */ private service; /** * 提示内容 * * @private * @type {*} * @memberof IBzTooltipAsync */ private content; /** * 是否正在加载提示 * * @private * @memberof IBzTooltipAsync */ private isLoading; /** * 提示消息参数 * * @private * @memberof IBzTooltipAsync */ private tipData; /** * 异步tip参数 * * @type {*} * @memberof IBzTooltipAsync */ params: any; paramsWatch(): Promise; updated(): void; render(h: CreateElement): any; } //# sourceMappingURL=ibz-tooltip-async.d.ts.map