UNPKG

@posthog/wizard

Version:

The PostHog wizard helps you to configure your project

6 lines (5 loc) 213 B
import type { WizardOptions } from '../utils/types'; /** * React Router wizard powered by the universal agent runner. */ export declare function runReactRouterWizardAgent(options: WizardOptions): Promise<void>;