UNPKG

@mrii/react-table-builder

Version:
5 lines (4 loc) 213 B
export type TranslationContext = { translation: Record<string, string | undefined>; getFieldLabel: <R extends boolean = false>(str: string, resolve?: R) => R extends true ? string : string | undefined; };