vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
82 lines (81 loc) • 4.2 kB
TypeScript
import { CascaderResult } from './Cascader/src/types';
import { TableColumn } from './Table/src/types';
import { UploadFile } from './Upload/src/types';
/**
* 按需引入组件类型
*/
export { CascaderResult, TableColumn, UploadFile };
/**
* 导出组件类型
*/
export type { ButtonInstance, ButtonGroupInstance } from './Button';
export type { AvatarInstance, AvatarGroupInstance } from './Avatar';
export type { MessageInstance } from './Message';
export type { AffixInstance } from './Affix';
export type { BadgeInstance } from './Badge';
export type { FoldInstance } from './Fold';
export type { HighlightInstance } from './Highlight';
export type { TableInstance } from './Table';
export type { TagInstance } from './Tag';
export type { UploadInstance } from './Upload';
export type { CollapseTransitionInstance } from './CollapseTransition';
export type { BackTopInstance } from './BackTop';
export type { ScrollBarInstance } from './ScrollBar';
export type { OverlayInstance } from './Overlay';
export type { SpaceInstance } from './Space';
export type { DividerInstance } from './Divider';
export type { RadioInstance, RadioGroupInstance } from './Radio';
export type { CheckBoxInstance, CheckBoxGroupInstance } from './CheckBox';
export type { UInputInstance } from './Input';
export type { InputNumberInstance } from './InputNumber';
export type { AutoCompleteInstance } from './AutoComplete';
export type { MapInputInstance } from './MapInput';
export type { SwitchInstance } from './Switch';
export type { InputTagInstance } from './InputTag';
export type { SelectInstance } from './Select';
export type { GridInstance, GridItemInstance } from './Grid';
export type { CascaderInstance } from './Cascader';
export type { SliderInstance } from './Slider';
export type { TreeInstance } from './Tree';
export type { ColorPickerInstance } from './ColorPicker';
export type { DatePickerInstance, DateRangePickerInstance } from './DatePicker';
export type { ImageCompareInstance } from './ImageCompare';
export type { FormInstance, FormItemInstance } from './Form';
export type { ImageInstance, ImageGroupInstance } from './Image';
export type { SplitInstance } from './Split';
export type { CollapseInstance, CollapseItemInstance } from './Collapse';
export type { TooltipInstance } from './Tooltip';
export type { PopoverInstance } from './Popover';
export type { RateInstance } from './Rate';
export type { VerifyInstance } from './Verify';
export type { MarqueeInstance } from './Marquee';
export type { MenuInstance } from './Menu';
export type { WaterfallInstance } from './Waterfall';
export type { StatisticInstance } from './Statistic';
export type { MagicNumberInstance } from './MagicNumber';
export type { TimeAgoInstance } from './TimeAgo';
export type { TrendInstance } from './Trend';
export type { StepInstance, StepItemInstance } from './Step';
export type { SkeletonInstance } from './Skeleton';
export type { CarouselInstance } from './Carousel';
export type { ContextMenuInstance, ContextItemInstance, ContextItemSubInstance } from './ContextMenu';
export type { PaginationInstance } from './Pagination';
export type { NuxtPaginationInstance } from './Pagination/nuxt';
export type { BreadcrumbInstance, BreadcrumbItemInstance } from './Breadcrumb';
export type { TabsInstance, TabsItemInstance } from './Tabs';
export type { SwiperInstance } from './Swiper';
export type { DrawerInstance } from './Drawer';
export type { ModalInstance } from './Modal';
export type { ProgressInstance } from './Progress';
export type { DropdownInstance, DropdownItemInstance } from './Dropdown';
export type { TourInstance } from './Tour';
export type { VirtualListInstance } from './VirtualList';
export type { ResultInstance } from './Result';
export type { WaterInstance } from './Water';
export type { AlertInstance } from './Alert';
export type { ConfirmPopupPickerInstance } from './ConfirmPopup';
export type { SplitButtonInstance } from './SplitButton';
export type { FullscreenInstance } from './Fullscreen';
export type { EditorTextInstance } from './EditorText';
export type { WheelPickerInstance } from './WheelPicker';
export type { TransferInstance } from './Transfer';