ce4c83ff
wxy
初始提交
|
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
|
import Actionsheet from './src/components/zan/actionsheet'
import Dialog from './src/components/zan/dialog'
import Field from './src/components/zan/field'
import NoticeBar from './src/components/zan/noticebar'
import Select from './src/components/zan/select'
import Stepper from './src/components/zan/stepper'
import Switch from './src/components/zan/switch'
import Tab from './src/components/zan/tab'
import Toast from './src/components/zan/toast'
import TopTips from './src/components/zan/toptips'
import { getComponentByTag, extractComponentId } from './src/utils/helper'
export {
Actionsheet,
Dialog,
Field,
NoticeBar,
Select,
Stepper,
Switch,
Tab,
Toast,
TopTips,
getComponentByTag,
extractComponentId
}
|