Type Alias: ComponentStoreLocalizer()
ComponentStoreLocalizer = (componentStore) => Record<string, any>
Represents a function that localizes components based on the supplied component store.
Parameters
componentStore
ComponentStore
Returns
Record<string, any>