UNPKG

nextstepjs

Version:

Lightweight onboarding library for Next.js

7 lines (6 loc) 404 B
export { NextStepProvider, useNextStep } from './NextStepContext'; export { default as NextStep } from './NextStep'; export { default as NextStepReact } from './NextStepReact'; export { default as NextStepViewport } from './NextStepViewport'; export type { NextStepProps, Tour, Step, NextStepContextType, CardComponentProps, } from './types'; export type { NavigationAdapter } from './types/navigation';