Function withArrayTranslationProps
- withArrayTranslationProps<P>(Component): ((props) => Element)
Type Parameters
- P extends ArrayLayoutProps
Parameters
- Component: ComponentType<P & {
translations: ArrayTranslations;
}>
Returns ((props) => Element)
- (props): Element
Returns Element