UNPKG

react-wizard-onboarding

Version:

Pretty fancy onboarding wizard for your website, made in React.

10 lines (9 loc) 303 B
import { default as React } from 'react'; interface Props { bounds: DOMRect; focusedElement?: HTMLDivElement | null; beforeFocusAnimationEnd?: () => void; onFocusAnimationEnd?: () => void; } declare const OnboardingStepSpotlight: React.FC<Props>; export default OnboardingStepSpotlight;