UNPKG

@shopware-ag/meteor-admin-sdk

Version:

The Meteor SDK for the Shopware Administration.

5 lines 247 B
import { createSender } from '../../channel'; export const collapseMenu = createSender('menuCollapse'); export const expandMenu = createSender('menuExpand'); export const addMenuItem = createSender('menuItemAdd'); //# sourceMappingURL=index.js.map