storybook-addon-next-router
Version:
Use Next.js Router in your Storybook stories.
11 lines • 479 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.withNextRouter = void 0;
if (module && module.hot && module.hot.decline) {
module.hot.decline();
}
var withNextRouter = function () { return function () {
throw new Error('Please look at the new configuration for storybook-addon-next-router: https://github.com/lifeiscontent/storybook-addon-next-router');
}; };
exports.withNextRouter = withNextRouter;
//# sourceMappingURL=index.js.map