forked from react-native-elements/react-native-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
39 lines (37 loc) · 883 Bytes
/
Copy pathindex.js
File metadata and controls
39 lines (37 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
import Button from './buttons/Button'
import ButtonGroup from './buttons/ButtonGroup'
import Card from './containers/Card'
import FormInput from './form/FormInput'
import FormLabel from './form/FormLabel'
import List from './list/List'
import ListItem from './list/ListItem'
import PricingCard from './pricing/PricingCard'
import SocialIcon from './social/SocialIcon'
import Text from './text/Text'
import Divider from './Divider'
import SideMenu from './sidemenu/SideMenu'
import CheckBox from './checkbox/CheckBox'
import SearchBar from './input/Search'
import Icon from './icons/Icon'
import Tabs from './tabs/Tabs'
import Tab from './tabs/Tab'
const Elements = {
Button,
ButtonGroup,
Card,
FormInput,
FormLabel,
List,
ListItem,
PricingCard,
SocialIcon,
Text,
Divider,
SideMenu,
CheckBox,
SearchBar,
Icon,
Tabs,
Tab
}
module.exports = Elements