@shopware-ag/meteor-admin-sdk
Version:
The Meteor SDK for the Shopware Administration.
14 lines • 462 B
JavaScript
import { useSharedState } from './useSharedState';
import { useRepository } from './useRepository';
import { getRepository } from './getRepository';
import { useDataset } from './useDataset';
import { useAsyncSharedState } from './useAsyncSharedState';
export default {
useSharedState,
useAsyncSharedState,
useRepository,
getRepository,
useDataset,
};
export { useSharedState, useRepository, getRepository };
//# sourceMappingURL=index.js.map