UNPKG

@empathyco/x-components

Version:
16 lines (9 loc) 728 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SearchXStoreModule](./x-components.searchxstoremodule.md) ## SearchXStoreModule type Search type safe store module. **Signature:** ```typescript export type SearchXStoreModule = XStoreModule<SearchState, SearchGetters, SearchMutations, SearchActions>; ``` **References:** [XStoreModule](./x-components.xstoremodule.md)<!-- -->, [SearchState](./x-components.searchstate.md)<!-- -->, [SearchGetters](./x-components.searchgetters.md)<!-- -->, [SearchMutations](./x-components.searchmutations.md)<!-- -->, [SearchActions](./x-components.searchactions.md)