UNPKG

@shopware-ag/meteor-admin-sdk

Version:

The Meteor SDK for the Shopware Administration.

6 lines 278 B
import { createSender } from '../../channel'; // eslint-disable-next-line @typescript-eslint/explicit-function-return-type export default (tabPositionId) => ({ addTabItem: createSender('uiTabsAddTabItem', { positionId: tabPositionId }), }); //# sourceMappingURL=index.js.map