Skip to content

Commit be6c611

Browse files
committed
Export MatrixRow and MatrixColumn
1 parent 54aabd4 commit be6c611

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Import vue component
22
import FlowForm from './components/FlowForm.vue'
33
import Question from './components/Question.vue'
4-
import QuestionModel, { QuestionType, ChoiceOption, LinkOption, MaskPresets } from './models/QuestionModel'
4+
import QuestionModel, { QuestionType, ChoiceOption, LinkOption, MaskPresets, MatrixRow, MatrixColumn } from './models/QuestionModel'
55
import LanguageModel from './models/LanguageModel'
66

77
// To allow use as module (npm/webpack/etc.) export component
@@ -13,5 +13,7 @@ export {
1313
ChoiceOption,
1414
LinkOption,
1515
LanguageModel,
16-
MaskPresets
16+
MaskPresets,
17+
MatrixRow,
18+
MatrixColumn
1719
}

0 commit comments

Comments
 (0)