Function withArrayTranslationProps

  • Type Parameters

    • P extends ArrayLayoutProps

    Parameters

    • Component: ComponentType<P & {
          translations: ArrayTranslations;
      }>

    Returns ((props) => Element)