UNPKG

rtaro-ui

Version:
133 lines (129 loc) 8.3 kB
import { ComponentClass } from 'react' import { PropsType as AudioProps } from './audio' import { AtBadgeProps as BadgeProps } from './badge' import { AtEmptyProps as EmptyProps } from './empty' import { PropsType as IPickerView } from '../src/components/picker-view/PropsType' import { PropsType as WhiteSpaceProps } from '../src/components/white-space/PropsType' import { PropsType as ListViewPropsType } from '../src/components/list-view/PropsType' import { PropsType as PullToRefreshProps } from '../src/components/pull-to-refresh/PropsType' import { PropsType as DropdownPropsType } from '../src/components/dropdown/PropsType' import { PropsType as PopoverProps } from '../src/components/popover/PropsType' import { PropsType as PopoverItemProps } from '../src/components/popover-item/PropsType' import { PropsType as DatePickerProps } from '../src/components/date-picker/PropsType' import { PropsType as DatePickerViewProps } from '../src/components/date-picker-view/PropsType' import { PropsType as addressSelectorProps } from '../src/components/address-selector/PropsType' import { PropsType as PickerPropsType } from '../src/components/picker/PropsType' import { PropsType as GalleryPropsType } from '../src/components/gallery/PropsType' import { PropsType as GalleryImageProps } from '../src/components/gallery-image/PropsType' import { PropsType as RichText } from '../src/components/rich-text/PropsType' import { PropsType as AreaSelector } from '../src/components/area-selector/PropsType' import { PropsType as ChooseLocation } from '../src/components/choose-location/PropsType' import { PropsType as ImagePicker } from '../src/components/image-picker/PropsType' import { PropsType as ImageUpload } from '../src/components/image-upload/PropsType' import { PropsType as TimelineItem } from '../src/components/timeline-item/PropsType' import { PropsType as PersonnelSelector } from '../src/components/personnel-selector/PropsType' import { PropsType as Signature } from '../src/components/signature/PropsType' import { PropsType as Table } from '../src/components/table/PropsType' import { PropsType as TableTr } from '../src/components/table-tr/PropsType' import { PropsType as TableTd } from '../src/components/table-td/PropsType' import { PropsType as ActivityCard } from '../src/components/activity-card/PropsType' import { PropsType as Steps } from '../src/components/steps/PropsType' import { PropsType as Notice } from '../src/components/notice/PropsType' import { PropsType as DateRangePicker } from '../src/components/date-range-picker/PropsType' import { AtCalendarProps as Calendar } from '../src/components/calendar/PropsType' import { PropsType as Record } from '../src/components/record/PropsType' import { PropsType as RecordAudio } from '../src/components/record-audio/PropsType' import { PropsType as TakePhoto } from '../src/components/take-photo/PropsType' import { PropsType as CarNumberPicker } from '../src/components/car-number-picker/PropsType' import { PropsType as Filter } from '../src/components/filter/PropsType' export { default as AtActionSheet } from './action-sheet' export { default as AtActionSheetItem } from './action-sheet-item' export { default as AtActivityIndicator } from './activity-indicator' export { default as AtAvatar } from './avatar' export { default as AtButton } from './button' export { default as AtCard } from './card' export { default as AtCheckboxGroup } from './checkbox-group' export { default as AtCheckbox } from './checkbox' export { default as AtDrawer } from './drawer' export { default as AtFab } from './fab' export { default as AtFloatLayout } from './float-layout' export { default as AtForm } from './form' export { default as AtGrid } from './grid' export { default as AtIcon } from './icon' export { default as AtInputNumber } from './input-number' export { default as AtInput } from './input' export { default as AtListItem, AtList } from './list' export { default as AtModal } from './modal' export { default as AtNavBar } from './nav-bar' export { default as AtNoticebar } from './noticebar' export { default as AtPagination } from './pagination' export { default as AtProgress } from './progress' export { default as AtRadio } from './radio' export { default as AtRadioGroup } from './radio-group' export { default as AtRate } from './rate' export { default as AtSegmentedControl } from './segmented-control' export { default as AtSwitch } from './switch' export { default as AtSearchBar } from './search-bar' export { default as AtSearchSelect } from './search-select' export { default as AtTabBar } from './tab-bar' export { default as AtTabBarItem } from './tab-bar-item' export { default as AtTabs } from './tabs' export { default as AtTag } from './tag' export { default as AtTextarea } from './textarea' export { default as AtTimeline } from './timeline' export { default as AtToast } from './toast' export { default as AtTabsPane } from './tabs-pane' export { default as AtSwipeAction } from './swipe-action' export { default as AtAccordion } from './accordion' export { default as AtLoadMore } from './load-more' export { default as AtDivider } from './divider' export { default as AtCountdown } from './countdown' export { default as AtCurtain } from './curtain' export { default as AtSlider } from './slider' export { AtMessage } from './message' export { default as AtIndexes } from './indexes' export { default as AtRange } from './range' export { default as AtFloatButton } from './float-button' export { default as AtFlex } from './flex' export { default as AtFlexItem } from './flex-item' export { Video as AtVideo } from '@rtarojs/components/types/Video' export declare const AtAudio: ComponentClass<AudioProps> export declare const AtBadge: ComponentClass<BadgeProps> export declare const AtEmpty: ComponentClass<EmptyProps> export declare const AtPicker: ComponentClass<PickerPropsType> export declare const AtPickerView: ComponentClass<IPickerView> export declare const AtWhiteSpace: ComponentClass<WhiteSpaceProps> export declare const AtCalendar: ComponentClass<Calendar> export declare const AtPullToRefresh: ComponentClass<PullToRefreshProps> export declare const AtListView: ComponentClass<ListViewPropsType> export declare const AtDropdown: ComponentClass<DropdownPropsType> export declare const AtDatePicker: ComponentClass<DatePickerProps> export declare const AtDatePickerView: ComponentClass<DatePickerViewProps> export declare const AtAddressSelector: ComponentClass<addressSelectorProps> export declare const AtPopover: ComponentClass<PopoverProps> export declare const AtPopoverItem: ComponentClass<PopoverItemProps> export declare const AtGallery: ComponentClass<GalleryPropsType> export declare const AtGalleryImage: ComponentClass<GalleryImageProps> export declare const AtRichText: ComponentClass<RichText> export declare const AtAreaSelector: ComponentClass<AreaSelector> export declare const AtChooseLocation: ComponentClass<ChooseLocation> export declare const AtImagePicker: ComponentClass<ImagePicker> export declare const AtImageUpload: ComponentClass<ImageUpload> export declare const AtTimelineItem: ComponentClass<TimelineItem> export declare const AtPersonnelSelector: ComponentClass<PersonnelSelector> export declare const AtSignature: ComponentClass<Signature> export declare const AtTable: ComponentClass<Table> export declare const AtTableTr: ComponentClass<TableTr> export declare const AtTableTd: ComponentClass<TableTd> export declare const AtActivityCard: ComponentClass<ActivityCard> export declare const AtSteps: ComponentClass<Steps> export declare const AtNotice: ComponentClass<Notice> export declare const AtDateRangePicker: ComponentClass<DateRangePicker> export declare const AtRecord: ComponentClass<Record> export declare const AtRecordAudio: ComponentClass<RecordAudio> export declare const AtTakePhoto: ComponentClass<TakePhoto> export declare const AtCarNumberPicker: ComponentClass<CarNumberPicker> export declare const AtFilter: ComponentClass<Filter> export declare const AtModalHeader: ComponentClass export declare const AtModalAction: ComponentClass export declare const AtModalContent: ComponentClass