UNPKG

@jsonforms/core

Version:

Core module of JSON Forms

6 lines (5 loc) 284 B
import { I18nActions } from '../actions'; import { Reducer } from '../store/type'; import { JsonFormsI18nState } from '../store'; export declare const defaultJsonFormsI18nState: Required<JsonFormsI18nState>; export declare const i18nReducer: Reducer<JsonFormsI18nState, I18nActions>;