/** * Локальное храналище компонента, альтернатива глобальному Pinia * @packageDocumentation */ export { defineStore, useStore } from './store/store'; export { default as plugin, type Store } from './store/store';