profinansy-ui-lib 4.1.31 → 4.1.32
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.
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { TQuizFunnelQuestionStep, TQuizFunnelStep } from '../QuizFunnel.typed';
|
|
1
|
+
import { IQuizFunnelCopy, TQuizFunnelQuestionStep, TQuizFunnelStep } from '../QuizFunnel.typed';
|
|
2
|
+
/** Первый вариант каждого вопроса — выбран по умолчанию */
|
|
3
|
+
export declare const buildQuizFunnelDefaultAnswers: (questions: IQuizFunnelCopy['questions']) => Record<string, string>;
|
|
2
4
|
export declare const QUIZ_FUNNEL_QUESTION_STEPS: readonly TQuizFunnelQuestionStep[];
|
|
3
5
|
export declare const isQuizFunnelQuestionStep: (step: TQuizFunnelStep) => step is TQuizFunnelQuestionStep;
|
|
4
6
|
export declare const getQuizFunnelQuestionIndex: (step: TQuizFunnelQuestionStep) => 0 | 1 | 2;
|