UNPKG

react-instantsearch

Version:
6 lines (5 loc) 208 B
export type Translatable<TProps extends { translations: Record<string, string | ((...args: any[]) => string)>; }> = Omit<TProps, 'translations'> & { translations?: Partial<TProps['translations']>; };