index.d.ts 151 B

12345
  1. export declare const FUNNEL_LEGEND_FILTER = "funnel-afterrender";
  2. export declare const interactionStart: {
  3. trigger: string;
  4. action: string;
  5. };