import { Component } from '@wakeadmin/demi'; import { FatI18nContentProps } from './types'; /** * 高阶函数,用于创建内容多语言控件 * @param {Tag} 被包装的组件,该组件需要符合 v-model 协议,切需要有 blur/focus 事件,组件会在 blur 事件触发时惰性保存 */ export declare function createFatI18nContentControl(Tag: T, options?: FatI18nContentProps): T; //# sourceMappingURL=factory.d.ts.map