@khanacademy/perseus-editor 31.0.0 → 31.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,7 @@ declare const DEFAULT_FEATURE_FLAGS: {
9
9
  "interactive-graph-logarithm": boolean;
10
10
  "interactive-graph-exponent": boolean;
11
11
  "interactive-graph-vector": boolean;
12
+ "interactive-graph-not-scored": boolean;
12
13
  };
13
14
  /** Utility to get feature flags with optional overrides for testing.
14
15
  * sample usage:
@@ -25,5 +26,6 @@ export declare function getFeatureFlags(overrides?: Partial<typeof DEFAULT_FEATU
25
26
  "interactive-graph-logarithm": boolean;
26
27
  "interactive-graph-exponent": boolean;
27
28
  "interactive-graph-vector": boolean;
29
+ "interactive-graph-not-scored": boolean;
28
30
  };
29
31
  export {};