UNPKG

@cbpds/web-components

Version:
12 lines (11 loc) 292 B
/*! * CPB Design System web components - built with Stencil */ import { createStore } from "@stencil/store"; const { state } = createStore({ currentPage: undefined, currentParent: undefined, activeItemName: undefined, }); export default state; //# sourceMappingURL=store.js.map