UNPKG

ilingo

Version:

This is a lightweight library for translation.

7 lines 180 B
import type { Store } from '../store'; export type Config = { store: Store; locale: string; }; export type ConfigInput = Partial<Config>; //# sourceMappingURL=type.d.ts.map