UNPKG

nextstepjs

Version:

Lightweight onboarding library for Next.js

5 lines (4 loc) 107 B
export interface NavigationAdapter { push: (path: string) => void; getCurrentPath: () => string; }