-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.js
59 lines (58 loc) · 1.27 KB
/
index.js
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
import ActionSheet from './es/action-sheet';
import Alert from './es/alert';
import AtCalendar from './es/at-calendar';
import AtNav from './es/at-nav';
import AtCitySelector from './es/at-city-selector';
import AspectRatio from './es/aspect-ratio';
import Button from './es/button';
import Card from './es/card';
import Cell from './es/cell';
import Dialog from './es/dialog';
import Input from './es/input';
import Layout from './es/layout';
import Loading from './es/loading';
import LazyImg from './es/lazy-img';
import Popup from './es/popup';
import Radio from './es/radio';
import SafeArea from './es/safe-area';
import Space from './es/space';
import Spin from './es/spin';
import Switch from './es/switch';
import Tabs from './es/tabs';
import TimePicker from './es/time-picker';
import Toast from './es/toast';
import Tips from './es/tips';
import Message from './es/message';
import Provider from './es/provider';
import Upload from './es/upload';
import Select from './es/select';
export {
ActionSheet,
Alert,
AtCalendar,
AtNav,
AtCitySelector,
AspectRatio,
Button,
Card,
Cell,
Dialog,
Input,
Layout,
Loading,
LazyImg,
Popup,
Radio,
SafeArea,
Space,
Spin,
Switch,
Tabs,
Toast,
Message,
TimePicker,
Tips,
Provider,
Upload,
Select,
};