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.
Properties
Section titled “Properties”className?
Section titled “className?”
optionalclassName?:string
Defined in: @storesynk/react/dist/components/StoresynkLocalePicker.d.ts:12
prepared
Section titled “prepared”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.