UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

11 lines (10 loc) 373 B
import { Answers } from 'inquirer'; import { type Args } from '../../Constants'; import { BaseIntegration } from './BaseIntegration'; export declare class ReactNative extends BaseIntegration { protected _argv: Args; argv: Args; constructor(_argv: Args); emit(_answers: Answers): Promise<Answers>; shouldConfigure(_answers: Answers): Promise<Answers>; }