UNPKG

@posthog/wizard

Version:

The PostHog wizard helps you to configure your project

3 lines (2 loc) 132 B
import { WizardOptions } from '../utils/types'; export declare function runEventSetupWizard(options: WizardOptions): Promise<void>;