UNPKG

test-nut-ui

Version:

<p align="center"> <img alt="logo" src="https://img11.360buyimg.com/imagetools/jfs/t1/211965/25/7152/22022/61b16785E433119bb/aa41d7a9f7e823f3.png" width="150" style="margin-bottom: 10px;"> </p>

108 lines (107 loc) 6.36 kB
/** *组件按照归类写,不要乱写!!!!!!!! */ export type { ButtonProps } from '@/packages/button'; export { default as Button } from '@/packages/button'; export type { CellCardProps } from '@/packages/cellcard'; export { default as CellCard } from '@/packages/cellcard'; export type { ImageProps } from '@/packages/image'; export { default as Image } from '@/packages/image'; export type { InputCardProps } from '@/packages/inputcard'; export { default as InputCard } from '@/packages/inputcard'; export type { TextAreaProps } from '@/packages/textarea'; export { default as TextArea } from '@/packages/textarea'; export type { OverlayProps } from "@/packages/overlay"; export { default as Overlay } from '@/packages/overlay'; export { default as SwiperCard } from '@/packages/swipercard'; export type { SwiperCardProps } from '@/packages/swipercard'; export { default as Footer } from '@/packages/footer'; export type { FooterProps } from "@/packages/footer"; export type { AudioProps } from "@/packages/audio"; export { default as Audio } from "@/packages/audio"; export type { AvatarProps } from "@/packages/avatar"; export { default as Avatar } from "@/packages/avatar"; export type { CircleProgressProps } from "@/packages/circleprogress"; export { default as CircleProgress } from "@/packages/circleprogress"; export type { PaginationProps } from "@/packages/pagination"; export { default as Pagination } from "@/packages/pagination"; export type { PriceProps } from "@/packages/price"; export { default as Price } from "@/packages/price"; export type { ProgressProps } from "@/packages/progress"; export { default as Progress } from "@/packages/progress"; export type { TableProps } from "@/packages/table"; export { default as Table } from "@/packages/table"; export type { TagProps } from "@/packages/tag"; export { default as Tag } from "@/packages/tag"; export type { VideoProps } from "@/packages/video"; export { default as Video } from "@/packages/video"; export type { ImagePreviewProps } from "@/packages/imagepreview"; export { default as ImagePreview } from "@/packages/imagepreview"; export type { EllipsisProps } from "@/packages/ellipsis"; export { default as Ellipsis } from "@/packages/ellipsis"; export type { DividerProps } from "@/packages/divider"; export { default as Divider } from "@/packages/divider"; export type { GridCardProps } from "@/packages/gridcard"; export { default as GridCard } from "@/packages/gridcard"; export type { ElevatorProps } from "@/packages/elevator"; export { default as Elevator } from "@/packages/elevator"; export type { FixedNavProps } from "@/packages/fixednav"; export { default as FixedNav } from "@/packages/fixednav"; export type { DialogProps } from '@/packages/dialog'; export { default as Dialog } from '@/packages/dialog'; export type { ActionSheetProps } from "@/packages/actionsheet"; export { default as ActionSheet } from "@/packages/actionsheet"; export type { EmptyProps } from "@/packages/empty"; export { default as Empty } from "@/packages/empty"; export type { LoadingProps } from "@/packages/loading"; export { default as Loading } from "@/packages/loading"; export type { NoticeBarProps } from "@/packages/noticebar"; export { default as NoticeBar } from "@/packages/noticebar"; export type { SkeletonProps } from "@/packages/skeleton"; export { default as Skeleton } from "@/packages/skeleton"; export type { BadgeProps } from "@/packages/badge"; export { default as Badge } from "@/packages/badge"; export type { CalendarCardProps } from '@/packages/calendarcard'; export { default as CalendarCard } from '@/packages/calendarcard'; export type { PickerCardProps } from '@/packages/pickercard'; export { default as PickerCard } from '@/packages/pickercard'; export type { DatePickerCardProps } from '@/packages/datepickercard'; export { default as DatePickerCard } from '@/packages/datepickercard'; export type { SwitchProps } from '@/packages/switch'; export { default as Switch } from '@/packages/switch'; export type { SearchBarProps } from "@/packages/searchbar"; export { default as SearchBar } from "@/packages/searchbar"; export type { RangeProps } from "@/packages/range"; export { default as Range } from "@/packages/range"; export type { RateProps } from "@/packages/rate"; export { default as Rate } from "@/packages/rate"; export type { RadioProps } from "@/packages/radio"; export { default as Radio } from "@/packages/radio"; export type { RadioGroupProps } from "@/packages/radiogroup"; export { default as RadioGroup } from "@/packages/radiogroup"; export type { CascaderProps } from "@/packages/cascader"; export { default as Cascader } from "@/packages/cascader"; export type { SignatureProps } from "@/packages/signature"; export { default as Signature } from "@/packages/signature"; export type { QuestionCardProps } from '@/packages/questioncard'; export { default as QuestionCard } from '@/packages/questioncard'; export type { VotePageCardProps } from "@/packages/votepagecard"; export { default as VotePageCard } from "@/packages/votepagecard"; export type { VotePageListCardProps } from "@/packages/votepagelistcard"; export { default as VotePageListCard } from "@/packages/votepagelistcard"; export type { VotePageShareCardProps } from "@/packages/votepagesharecard"; export { default as VotePageShareCard } from "@/packages/votepagesharecard"; export type { VotePageRulesCardProps } from "@/packages/votepagerulescard"; export { default as VotePageRulesCard } from "@/packages/votepagerulescard"; export type { VotePageAwardListCardProps } from "@/packages/votepageawardlistcard"; export { default as VotePageAwardListCard } from "@/packages/votepageawardlistcard"; export type { VotePageResultCardProps } from "@/packages/votepageresultcard"; export { default as VotePageResultCard } from "@/packages/votepageresultcard"; export type { VoteSharePosterCardProps } from "@/packages/votesharepostercard"; export { default as VoteSharePosterCard } from "@/packages/votesharepostercard"; export type { BarrageProps } from "@/packages/barrage"; export { default as Barrage } from "@/packages/barrage"; export type { CardProps } from "@/packages/card"; export { default as Card } from "@/packages/card"; export type { TimeSelectProps } from "@/packages/timeselect"; export { default as TimeSelect } from "@/packages/timeselect";