We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675cbd5 commit 69546f1Copy full SHA for 69546f1
1 file changed
index.js
@@ -10,6 +10,9 @@ import Text from './Components/Widgets/Text';
10
import CheckBox from './Components/Widgets/CheckBox';
11
import Switch from './Components/Widgets/Switch';
12
import Picker from './Components/Widgets/Picker';
13
+import List from './Components/Widgets/List';
14
+import ListItem from './Components/Widgets/ListItem';
15
+import ListIconItem from './Components/Widgets/ListIconItem';
16
import H1 from './Components/Widgets/H1';
17
import H2 from './Components/Widgets/H2';
18
import H3 from './Components/Widgets/H3';
@@ -28,6 +31,9 @@ module.exports = {
28
31
CheckBox: CheckBox,
29
32
Switch: Switch,
30
33
Picker: Picker,
34
+ List: List,
35
+ ListItem: ListItem,
36
+ ListIconItem: ListIconItem,
37
H1: H1,
38
H2: H2,
39
H3: H3,
0 commit comments