Skip to content

StoresynkLocalePickerProps

Defined in: @storesynk/react/dist/components/StoresynkLocalePicker.d.ts:8

A server-rendered Markets locale picker region (renderLocalePicker() in your loader): the filled selects + localization payload injected behind a layout-transparent wrapper, so the client store adopts the data without a fetch and React never touches the engine-owned selects.

optional className?: string

Defined in: @storesynk/react/dist/components/StoresynkLocalePicker.d.ts:12


prepared: PreparedFragment | null | undefined

Defined in: @storesynk/react/dist/components/StoresynkLocalePicker.d.ts:11

Server-prepared render, from renderLocalePicker() in your loader. Null-safe (renders nothing) so a failed loader degrades cleanly.