UNPKG

storybook-addon-next-router

Version:
4 lines (3 loc) 162 B
/// <reference types="react" /> import { DecoratorFunction } from "@storybook/addons"; export declare const withNextRouter: DecoratorFunction<() => JSX.Element>;