@shopware-ag/meteor-admin-sdk
Version:
The Meteor SDK for the Shopware Administration.
11 lines (10 loc) • 385 B
TypeScript
import { useSharedState } from './useSharedState';
import { useRepository } from './useRepository';
import { getRepository } from './getRepository';
declare const _default: {
useSharedState: typeof useSharedState;
useRepository: typeof useRepository;
getRepository: typeof getRepository;
};
export default _default;
export { useSharedState, useRepository, getRepository };