UNPKG

nextstepjs

Version:

Lightweight onboarding library for Next.js

14 lines (12 loc) 415 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';