UNPKG

@posthog/wizard

Version:

The PostHog wizard helps you to configure your project

3 lines (2 loc) 134 B
export declare function traceStep<T>(step: string, callback: () => T): T; export declare function updateProgress(step: string): void;