UNPKG

vue-i18n-phrase-in-context-editor

Version:

Integrate Phrase In-Context Editor into your Vue I18n app with ease!

4 lines 169 B
export declare type DeepPartial<T> = T extends Function ? T : (T extends object ? { [P in keyof T]?: DeepPartial<T[P]>; } : T); //# sourceMappingURL=helpers.d.ts.map