gui-one-nutui-react-taro
Version:
京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序
176 lines (175 loc) • 11.7 kB
text/typescript
import Button from '@/packages/button/index.taro'
import Cell from '@/packages/cell/index.taro'
import CellGroup from '@/packages/cellgroup/index.taro'
import Icon from '@/packages/icon/index.taro'
import Overlay from '@/packages/overlay/index.taro'
import Popup from '@/packages/popup/index.taro'
import ConfigProvider from '@/packages/configprovider/index.taro'
import Layout from '@/packages/layout/index.taro'
import Col from '@/packages/col/index.taro'
import Row from '@/packages/row/index.taro'
import Divider from '@/packages/divider/index.taro'
import Grid from '@/packages/grid/index.taro'
import GridItem from '@/packages/griditem/index.taro'
import Sticky from '@/packages/sticky/index.taro'
import NavBar from '@/packages/navbar/index.taro'
import FixedNav from '@/packages/fixednav/index.taro'
import Tabbar from '@/packages/tabbar/index.taro'
import TabbarItem from '@/packages/tabbaritem/index.taro'
import Elevator from '@/packages/elevator/index.taro'
import Pagination from '@/packages/pagination/index.taro'
import Tabs from '@/packages/tabs/index.taro'
import TabPane from '@/packages/tabpane/index.taro'
import Indicator from '@/packages/indicator/index.taro'
import SideNavBar from '@/packages/sidenavbar/index.taro'
import SubSideNavBar from '@/packages/subsidenavbar/index.taro'
import SideNavBarItem from '@/packages/sidenavbaritem/index.taro'
import Menu from '@/packages/menu/index.taro'
import MenuItem from '@/packages/menuitem/index.taro'
import Range from '@/packages/range/index.taro'
import Calendar from '@/packages/calendar/index.taro'
import Checkbox from '@/packages/checkbox/index.taro'
import CheckboxGroup from '@/packages/checkboxgroup/index.taro'
import DatePicker from '@/packages/datepicker/index.taro'
import InputNumber from '@/packages/inputnumber/index.taro'
import Input from '@/packages/input/index.taro'
import Radio from '@/packages/radio/index.taro'
import RadioGroup from '@/packages/radiogroup/index.taro'
import Rate from '@/packages/rate/index.taro'
import CalendarItem from '@/packages/calendaritem/index.taro'
import Picker from '@/packages/picker/index.taro'
import ShortPassword from '@/packages/shortpassword/index.taro'
import TextArea from '@/packages/textarea/index.taro'
import Uploader from '@/packages/uploader/index.taro'
import Cascader from '@/packages/cascader/index.taro'
import SearchBar from '@/packages/searchbar/index.taro'
import NumberKeyboard from '@/packages/numberkeyboard/index.taro'
import ActionSheet from '@/packages/actionsheet/index.taro'
import BackTop from '@/packages/backtop/index.taro'
import Drag from '@/packages/drag/index.taro'
import Dialog from '@/packages/dialog/index.taro'
import Infiniteloading from '@/packages/infiniteloading/index.taro'
import Notify from '@/packages/notify/index.taro'
import Switch from '@/packages/switch/index.taro'
import Toast from '@/packages/toast/index.taro'
import Swipe from '@/packages/swipe/index.taro'
import PullToRefresh from '@/packages/pulltorefresh/index.taro'
import CircleProgress from '@/packages/circleprogress/index.taro'
import NoticeBar from '@/packages/noticebar/index.taro'
import Steps from '@/packages/steps/index.taro'
import Step from '@/packages/step/index.taro'
import Swiper from '@/packages/swiper/index.taro'
import SwiperItem from '@/packages/swiperitem/index.taro'
import Avatar from '@/packages/avatar/index.taro'
import AvatarGroup from '@/packages/avatargroup/index.taro'
import Price from '@/packages/price/index.taro'
import Badge from '@/packages/badge/index.taro'
import Tag from '@/packages/tag/index.taro'
import Popover from '@/packages/popover/index.taro'
import Skeleton from '@/packages/skeleton/index.taro'
import CountDown from '@/packages/countdown/index.taro'
import Collapse from '@/packages/collapse/index.taro'
import CollapseItem from '@/packages/collapseitem/index.taro'
import AnimatingNumbers from '@/packages/animatingnumbers/index.taro'
import Empty from '@/packages/empty/index.taro'
import VirtualList from '@/packages/virtuallist/index.taro'
import Table from '@/packages/table/index.taro'
import Video from '@/packages/video/index.taro'
import Progress from '@/packages/progress/index.taro'
import Audio from '@/packages/audio/index.taro'
import ImagePreview from '@/packages/imagepreview/index.taro'
import Address from '@/packages/address/index.taro'
import Barrage from '@/packages/barrage/index.taro'
import Signature from '@/packages/signature/index.taro'
import Card from '@/packages/card/index.taro'
import TimePannel from '@/packages/timepannel/index.taro'
import TimeDetail from '@/packages/timedetail/index.taro'
import TimeSelect from '@/packages/timeselect/index.taro'
export { Button,Cell,CellGroup,Icon,Overlay,Popup,ConfigProvider,Layout,Col,Row,Divider,Grid,GridItem,Sticky,NavBar,FixedNav,Tabbar,TabbarItem,Elevator,Pagination,Tabs,TabPane,Indicator,SideNavBar,SubSideNavBar,SideNavBarItem,Menu,MenuItem,Range,Calendar,Checkbox,CheckboxGroup,DatePicker,InputNumber,Input,Radio,RadioGroup,Rate,CalendarItem,Picker,ShortPassword,TextArea,Uploader,Cascader,SearchBar,NumberKeyboard,ActionSheet,BackTop,Drag,Dialog,Infiniteloading,Notify,Switch,Toast,Swipe,PullToRefresh,CircleProgress,NoticeBar,Steps,Step,Swiper,SwiperItem,Avatar,AvatarGroup,Price,Badge,Tag,Popover,Skeleton,CountDown,Collapse,CollapseItem,AnimatingNumbers,Empty,VirtualList,Table,Video,Progress,Audio,ImagePreview,Address,Barrage,Signature,Card,TimePannel,TimeDetail,TimeSelect };
export type { ButtonProps } from '@/packages/button/button.taro';
export type { CellProps } from '@/packages/cell/cell.taro';
export type { CellGroupProps } from '@/packages/cellgroup/cellgroup.taro';
export type { IconProps } from '@/packages/icon/icon.taro';
export type { OverlayProps } from '@/packages/overlay/overlay.taro';
export type { PopupProps } from '@/packages/popup/popup.taro';
export type { ConfigProviderProps } from '@/packages/configprovider/configprovider.taro';
export type { LayoutProps } from '@/packages/layout/layout.taro';
export type { ColProps } from '@/packages/col/col.taro';
export type { RowProps } from '@/packages/row/row.taro';
export type { DividerProps } from '@/packages/divider/divider.taro';
export type { GridProps } from '@/packages/grid/grid.taro';
export type { GridItemProps } from '@/packages/griditem/griditem.taro';
export type { StickyProps } from '@/packages/sticky/sticky.taro';
export type { NavBarProps } from '@/packages/navbar/navbar.taro';
export type { FixedNavProps } from '@/packages/fixednav/fixednav.taro';
export type { TabbarProps } from '@/packages/tabbar/tabbar.taro';
export type { TabbarItemProps } from '@/packages/tabbaritem/tabbaritem.taro';
export type { ElevatorProps } from '@/packages/elevator/elevator.taro';
export type { PaginationProps } from '@/packages/pagination/pagination.taro';
export type { TabsProps } from '@/packages/tabs/tabs.taro';
export type { TabPaneProps } from '@/packages/tabpane/tabpane.taro';
export type { IndicatorProps } from '@/packages/indicator/indicator.taro';
export type { SideNavBarProps } from '@/packages/sidenavbar/sidenavbar.taro';
export type { SubSideNavBarProps } from '@/packages/subsidenavbar/subsidenavbar.taro';
export type { SideNavBarItemProps } from '@/packages/sidenavbaritem/sidenavbaritem.taro';
export type { MenuProps } from '@/packages/menu/menu.taro';
export type { MenuItemProps } from '@/packages/menuitem/menuitem.taro';
export type { RangeProps } from '@/packages/range/range.taro';
export type { CalendarProps } from '@/packages/calendar/calendar.taro';
export type { CheckboxProps } from '@/packages/checkbox/checkbox.taro';
export type { CheckboxGroupProps } from '@/packages/checkboxgroup/checkboxgroup.taro';
export type { DatePickerProps } from '@/packages/datepicker/datepicker.taro';
export type { InputNumberProps } from '@/packages/inputnumber/inputnumber.taro';
export type { InputProps } from '@/packages/input/input.taro';
export type { RadioProps } from '@/packages/radio/radio.taro';
export type { RadioGroupProps } from '@/packages/radiogroup/radiogroup.taro';
export type { RateProps } from '@/packages/rate/rate.taro';
export type { CalendarItemProps } from '@/packages/calendaritem/calendaritem.taro';
export type { PickerProps } from '@/packages/picker/picker.taro';
export type { ShortPasswordProps } from '@/packages/shortpassword/shortpassword.taro';
export type { TextAreaProps } from '@/packages/textarea/textarea.taro';
export type { UploaderProps } from '@/packages/uploader/uploader.taro';
export type { CascaderProps } from '@/packages/cascader/cascader.taro';
export type { SearchBarProps } from '@/packages/searchbar/searchbar.taro';
export type { NumberKeyboardProps } from '@/packages/numberkeyboard/numberkeyboard.taro';
export type { ActionSheetProps } from '@/packages/actionsheet/actionsheet.taro';
export type { BackTopProps } from '@/packages/backtop/backtop.taro';
export type { DragProps } from '@/packages/drag/drag.taro';
export type { DialogProps } from '@/packages/dialog/dialog.taro';
export type { InfiniteloadingProps } from '@/packages/infiniteloading/infiniteloading.taro';
export type { NotifyProps } from '@/packages/notify/notify.taro';
export type { SwitchProps } from '@/packages/switch/switch.taro';
export type { ToastProps } from '@/packages/toast/toast.taro';
export type { SwipeProps } from '@/packages/swipe/swipe.taro';
export type { PullToRefreshProps } from '@/packages/pulltorefresh/pulltorefresh.taro';
export type { CircleProgressProps } from '@/packages/circleprogress/circleprogress.taro';
export type { NoticeBarProps } from '@/packages/noticebar/noticebar.taro';
export type { StepsProps } from '@/packages/steps/steps.taro';
export type { StepProps } from '@/packages/step/step.taro';
export type { SwiperProps } from '@/packages/swiper/swiper.taro';
export type { SwiperItemProps } from '@/packages/swiperitem/swiperitem';
export type { AvatarProps } from '@/packages/avatar/avatar.taro';
export type { AvatarGroupProps } from '@/packages/avatargroup/avatargroup';
export type { PriceProps } from '@/packages/price/price.taro';
export type { BadgeProps } from '@/packages/badge/badge.taro';
export type { TagProps } from '@/packages/tag/tag.taro';
export type { PopoverProps } from '@/packages/popover/popover.taro';
export type { SkeletonProps } from '@/packages/skeleton/skeleton.taro';
export type { CountDownProps } from '@/packages/countdown/countdown.taro';
export type { CollapseProps } from '@/packages/collapse/collapse.taro';
export type { CollapseItemProps } from '@/packages/collapseitem/collapseitem.taro';
export type { AnimatingNumbersProps } from '@/packages/animatingnumbers/animatingnumbers.taro';
export type { EmptyProps } from '@/packages/empty/empty.taro';
export type { VirtualListProps } from '@/packages/virtuallist/virtuallist.taro';
export type { TableProps } from '@/packages/table/table.taro';
export type { VideoProps } from '@/packages/video/video.taro';
export type { ProgressProps } from '@/packages/progress/progress.taro';
export type { AudioProps } from '@/packages/audio/audio.taro';
export type { ImagePreviewProps } from '@/packages/imagepreview/imagepreview.taro';
export type { AddressProps } from '@/packages/address/address.taro';
export type { BarrageProps } from '@/packages/barrage/barrage.taro';
export type { SignatureProps } from '@/packages/signature/signature.taro';
export type { CardProps } from '@/packages/card/card.taro';
export type { TimePannelProps } from '@/packages/timepannel/timepannel.taro';
export type { TimeDetailProps } from '@/packages/timedetail/timedetail.taro';
export type { TimeSelectProps } from '@/packages/timeselect/timeselect.taro';