UNPKG

react-statix

Version:

React components for statix localization management

7 lines (6 loc) 217 B
export type LanguagesKeys = Record<string, string>; export interface StatixConfig { localePath: string; languagesKeys?: LanguagesKeys; onSave?: (changes: Record<string, Record<string, string>>) => void; }