Perseus
    Preparing search index...
    NumericInput: {
        displayName: string;
        getCorrectUserInput: (
            options: PerseusNumericInputWidgetOptions,
        ) => PerseusNumericInputUserInput;
        getStartUserInput: () => PerseusNumericInputUserInput;
        getUserInputFromSerializedState: (
            serializedState: any,
        ) => PerseusNumericInputUserInput;
        isLintable: true;
        name: string;
        widget: typeof NumericInput;
        getOneCorrectAnswerFromRubric(
            rubric: PerseusNumericInputRubric,
        ): string | null | undefined;
    }

    Type Declaration