We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1caad commit ec8e6a2Copy full SHA for ec8e6a2
packages/perseus/src/renderer-util.ts
@@ -10,11 +10,7 @@ import {
10
import type {PerseusRenderer, PerseusWidgetsMap} from "./perseus-types";
11
import type {PerseusStrings} from "./strings";
12
import type {PerseusScore} from "./types";
13
-import type {
14
- UserInput,
15
- UserInputMap,
16
- ValidationDataMap,
17
-} from "./validation.types";
+import type {UserInputMap, ValidationDataMap} from "./validation.types";
18
19
export function getUpgradedWidgetOptions(
20
oldWidgetOptions: PerseusWidgetsMap,
0 commit comments