UNPKG

@empathyco/x-components

Version:
14 lines (12 loc) 296 B
/** * The main module of the X Store. All of the other {@link XModule | XModules} will be * registered as a sub-module of this one. * * @internal */ const RootXStoreModule = { state: () => ({}), namespaced: true, }; export { RootXStoreModule }; //# sourceMappingURL=x.module.js.map