UNPKG

vue-amazing-ui

Version:

An Amazing Vue3 UI Components Library, Using TypeScript.

135 lines (134 loc) 8.33 kB
export type { Props as AlertProps } from './alert'; export { default as Alert } from './alert'; export type { Props as AvatarProps, Responsive as AvatarResponsive } from './avatar'; export { default as Avatar } from './avatar'; export type { Props as BackTopProps } from './backtop'; export { default as BackTop } from './backtop'; export type { Props as BadgeProps, PresetColor as BadgePresetColor, Status as BadgeStatus } from './badge'; export { default as Badge } from './badge'; export type { Props as BreadcrumbProps, Route as BreadcrumbRoute, Query as BreadcrumbRouteQuery } from './breadcrumb'; export { default as Breadcrumb } from './breadcrumb'; export type { Props as ButtonProps } from './button'; export { default as Button } from './button'; export type { Props as CalendarProps, DayOfWeek as CalendarDayOfWeek, DefaultWeek as CalendarDefaultWeek, DateItem as CalendarDateItem, MonthItem as CalendarMonthItem } from './calendar'; export { default as Calendar } from './calendar'; export type { Props as CardProps } from './card'; export { default as Card } from './card'; export type { Props as CarouselProps, Image as CarouselImage } from './carousel'; export { default as Carousel } from './carousel'; export type { Props as CascaderProps, Option as CascaderOption } from './cascader'; export { default as Cascader } from './cascader'; export type { Props as CheckboxProps, Option as CheckboxOption } from './checkbox'; export { default as Checkbox } from './checkbox'; export type { Props as CollapseProps, Item as CollapseItem } from './collapse'; export { default as Collapse } from './collapse'; export type { Props as ColorPickerProps, ColorPickerMode, ColorPickerAction } from './colorpicker'; export { default as ColorPicker } from './colorpicker'; export type { Props as ConfigProviderProps, Theme as ConfigProviderTheme } from './configprovider'; export { default as ConfigProvider } from './configprovider'; export type { Props as CountdownProps } from './countdown'; export { default as Countdown } from './countdown'; export type { Props as DatePickerProps } from './datepicker'; export { default as DatePicker } from './datepicker'; export type { DescriptionsProps, Responsive as DescriptionsResponsive, DescriptionsItemProps } from './descriptions'; export { Descriptions, DescriptionsItem } from './descriptions'; export type { Props as DialogProps } from './dialog'; export { default as Dialog } from './dialog'; export type { Props as DividerProps } from './divider'; export { default as Divider } from './divider'; export type { Props as DrawerProps } from './drawer'; export { default as Drawer } from './drawer'; export type { Props as EllipsisProps } from './ellipsis'; export { default as Ellipsis } from './ellipsis'; export type { Props as EmptyProps } from './empty'; export { default as Empty } from './empty'; export type { Props as FlexProps } from './flex'; export { default as Flex } from './flex'; export type { Props as FloatButtonProps } from './floatbutton'; export { default as FloatButton } from './floatbutton'; export type { Props as GradientTextProps, Gradient as GradientTextGradient } from './gradienttext'; export { default as GradientText } from './gradienttext'; export type { RowProps, Responsive as RowResponsive, ColProps } from './grid'; export { Row, Col } from './grid'; export type { Props as HighlightProps } from './highlight'; export { default as Highlight } from './highlight'; export type { Props as ImageProps, Image as ImageItem } from './image'; export { default as Image } from './image'; export type { Props as InputProps } from './input'; export { default as Input } from './input'; export type { Props as InputNumberProps } from './inputnumber'; export { default as InputNumber } from './inputnumber'; export type { Props as InputSearchProps } from './inputsearch'; export { default as InputSearch } from './inputsearch'; export type { ListProps, ListItemProps } from './list'; export { List, ListItem } from './list'; export type { Props as LoadingBarProps } from './loadingbar'; export { default as LoadingBar } from './loadingbar'; export type { Props as MessageProps, Message as MessageOptions } from './message'; export { default as Message } from './message'; export type { Props as ModalProps, Modal as ModalOptions } from './modal'; export { default as Modal } from './modal'; export type { Props as NotificationProps, Notification as NotificationOptions } from './notification'; export { default as Notification } from './notification'; export type { Props as NumberAnimationProps, TransitionFunc as NumberAnimationTransitionFunc } from './numberanimation'; export { default as NumberAnimation } from './numberanimation'; export type { Props as PaginationProps } from './pagination'; export { default as Pagination } from './pagination'; export type { Props as PopconfirmProps } from './popconfirm'; export { default as Popconfirm } from './popconfirm'; export type { Props as PopoverProps } from './popover'; export { default as Popover } from './popover'; export type { Props as ProgressProps, Gradient as ProgressGradient } from './progress'; export { default as Progress } from './progress'; export type { Props as QRCodeProps } from './qrcode'; export { default as QRCode } from './qrcode'; export type { Props as RadioProps, Option as RadioOption } from './radio'; export { default as Radio } from './radio'; export type { Props as RateProps } from './rate'; export { default as Rate } from './rate'; export type { Props as ResultProps } from './result'; export { default as Result } from './result'; export type { Props as ScrollbarProps } from './scrollbar'; export { default as Scrollbar } from './scrollbar'; export type { Props as SegmentedProps, Option as SegmentedOption } from './segmented'; export { default as Segmented } from './segmented'; export type { Props as SelectProps, Option as SelectOption } from './select'; export { default as Select } from './select'; export type { Props as SkeletonProps, SkeletonParagraphProps, SkeletonTitleProps, SkeletonInputProps, SkeletonAvatarProps, SkeletonButtonProps } from './skeleton'; export { default as Skeleton } from './skeleton'; export type { Props as SliderProps } from './slider'; export { default as Slider } from './slider'; export type { Props as SpaceProps } from './space'; export { default as Space } from './space'; export type { Props as SpinProps } from './spin'; export { default as Spin } from './spin'; export type { Props as StatisticProps } from './statistic'; export { default as Statistic } from './statistic'; export type { Props as StepsProps, Item as StepsItem } from './steps'; export { default as Steps } from './steps'; export type { Props as SwiperProps, Image as SwiperImage } from './swiper'; export { default as Swiper } from './swiper'; export type { Props as SwitchProps } from './switch'; export { default as Switch } from './switch'; export type { Props as TableProps, Column as TableColumn, Selection as TableSelection, ScrollOption as TableScrollOption } from './table'; export { default as Table } from './table'; export type { Props as TabsProps, Item as TabsItem } from './tabs'; export { default as Tabs } from './tabs'; export type { Props as TagProps, Item as TagItem } from './tag'; export { default as Tag } from './tag'; export type { Props as TextareaProps } from './textarea'; export { default as Textarea } from './textarea'; export type { Props as TextScrollProps, Item as TextScrollItem } from './textscroll'; export { default as TextScroll } from './textscroll'; export type { Props as TimelineProps, Item as TimelineItem } from './timeline'; export { default as Timeline } from './timeline'; export type { Props as TooltipProps } from './tooltip'; export { default as Tooltip } from './tooltip'; export type { Props as UploadProps, MessageType as UploadMessageType, FileType as UploadFileType } from './upload'; export { default as Upload } from './upload'; export type { Props as VideoProps } from './video'; export { default as Video } from './video'; export type { Props as WaterfallProps, Image as WaterfallImage } from './waterfall'; export { default as Waterfall } from './waterfall'; export type { Props as WatermarkProps, Font as WatermarkFont } from './watermark'; export { default as Watermark } from './watermark';