@arco-design/web-vue
Version:
Arco Design Vue 2.0: A Vue.js 3 UI Library
152 lines (151 loc) • 10.4 kB
TypeScript
export { default } from './arco-vue';
export { addI18nMessages, useLocale, getLocale } from './locale';
export type { Size, Status, MessageType, Direction } from './_utils/constant';
export { default as Affix } from './affix';
export type { AffixInstance } from './affix';
export { default as Alert } from './alert';
export type { AlertInstance } from './alert';
export { default as Anchor, AnchorLink } from './anchor';
export type { AnchorInstance, AnchorLinkInstance } from './anchor';
export { default as AutoComplete } from './auto-complete';
export type { AutoCompleteInstance } from './auto-complete';
export { default as Avatar, AvatarGroup } from './avatar';
export type { AvatarInstance, AvatarGroupInstance } from './avatar';
export { default as BackTop } from './back-top';
export type { BackTopInstance } from './back-top';
export { default as Badge } from './badge';
export type { BadgeInstance } from './badge';
export { default as Breadcrumb, BreadcrumbItem } from './breadcrumb';
export type { BreadcrumbInstance, BreadcrumbItemInstance, BreadcrumbRoute, } from './breadcrumb';
export { default as Button, ButtonGroup } from './button';
export type { ButtonInstance, ButtonGroupInstance, ButtonProps, } from './button';
export { default as Card, CardGrid, CardMeta } from './card';
export { default as Calendar } from './calendar';
export type { CardGridInstance, CardInstance, CardMetaInstance } from './card';
export { default as Carousel, CarouselItem } from './carousel';
export type { CarouselInstance, CarouselItemInstance } from './carousel';
export { default as Cascader, CascaderPanel } from './cascader';
export type { CascaderFieldNames, CascaderInstance, CascaderPanelInstance, CascaderOption, } from './cascader';
export { default as Checkbox, CheckboxGroup } from './checkbox';
export type { CheckboxGroupInstance, CheckboxInstance, CheckboxOption, } from './checkbox';
export { default as Collapse, CollapseItem } from './collapse';
export type { CollapseInstance, CollapseItemInstance } from './collapse';
export { default as Comment } from './comment';
export type { CommentInstance } from './comment';
export { default as ColorPicker } from './color-picker';
export type { ColorPickerInstance } from './color-picker';
export { default as ConfigProvider } from './config-provider';
export type { ConfigProviderInstance } from './config-provider';
export { default as DatePicker, MonthPicker, QuarterPicker, WeekPicker, YearPicker, RangePicker, } from './date-picker';
export type { DatePickerInstance, MonthPickerInstance, QuarterPickerInstance, RangePickerInstance, ShortcutType, WeekPickerInstance, YearPickerInstance, } from './date-picker';
export { default as Descriptions, DescriptionsItem } from './descriptions';
export type { DescData, DescriptionsInstance, DescriptionsItemInstance, } from './descriptions';
export { default as Divider } from './divider';
export { default as Drawer } from './drawer';
export type { DrawerConfig, DrawerInstance, DrawerMethod, DrawerReturn, } from './drawer';
export { default as Dropdown, Dgroup, Doption, DropdownButton, Dsubmenu, } from './dropdown';
export type { DGroup, DOption, DropdownButtonInstance, DropdownGroupInstance, DropdownInstance, DropdownOption, DropdownOptionInstance, DropDownProps, DropdownSubmenuInstance, DSubmenu, } from './dropdown';
export { default as Empty } from './empty';
export type { EmptyInstance } from './empty';
export { default as Form, FormItem } from './form';
export type { FieldRule, FormInstance, FormItemEventHandler, FormItemInstance, ValidatedError, ValidateStatus, ValidateTrigger, } from './form';
export { default as Grid, Col, Row, GridItem } from './grid';
export type { ColProps, GridColInstance, GridInstance, GridItemInstance, GridItemProps, GridProps, GridRowInstance, ResponsiveValue, RowProps, } from './grid';
export { default as Icon } from './icon-component';
export type { IconInstance, IconProps } from './icon-component';
export { default as Image, ImagePreviewAction, ImagePreview, ImagePreviewGroup, } from './image';
export type { ImageInstance, ImagePreviewActionInstance, ImagePreviewInstance, ImagePreviewGroupInstance, } from './image';
export { default as Input, InputGroup, InputPassword, InputSearch, } from './input';
export type { InputGroupInstance, InputInstance, InputPasswordInstance, InputSearchInstance, } from './input';
export { default as InputNumber } from './input-number';
export type { InputNumberInstance } from './input-number';
export { default as InputTag } from './input-tag';
export type { InputTagFieldNames, InputTagInstance, TagData, } from './input-tag';
export { default as Layout, LayoutContent, LayoutFooter, LayoutHeader, LayoutSider, } from './layout';
export type { LayoutContentInstance, LayoutFooterInstance, LayoutHeaderInstance, LayoutInstance, LayoutProps, LayoutSiderInstance, SiderProps, } from './layout';
export { default as Link } from './link';
export type { LinkInstance } from './link';
export { default as List, ListItem, ListItemMeta } from './list';
export type { ListInstance, ListItemInstance, ListItemMetaInstance, } from './list';
export { default as Mention } from './mention';
export type { MentionInstance } from './mention';
export { default as Menu, MenuItem, MenuItemGroup, SubMenu } from './menu';
export type { MenuInstance, MenuItemInstance, MenuItemGroupInstance, MenuSubMenuInstance, } from './menu';
export { default as Message } from './message';
export type { MessageMethod, MessageConfig, MessageReturn } from './message';
export { default as Modal } from './modal';
export type { ModalMethod, ModalConfig, ModalReturn } from './modal';
export { default as Notification } from './notification';
export type { NotificationMethod, NotificationConfig, NotificationReturn, } from './notification';
export { default as PageHeader } from './page-header';
export type { PageHeaderInstance } from './page-header';
export { default as Pagination } from './pagination';
export type { PaginationInstance, PaginationProps } from './pagination';
export { default as Popconfirm } from './popconfirm';
export type { PopconfirmInstance } from './popconfirm';
export { default as Popover } from './popover';
export type { PopoverInstance } from './popover';
export { default as Progress } from './progress';
export type { ProgressInstance } from './progress';
export { default as Radio, RadioGroup } from './radio';
export type { RadioInstance, RadioGroupInstance } from './radio';
export { default as Rate } from './rate';
export type { RateInstance } from './rate';
export { default as ResizeBox } from './resize-box';
export type { ResizeBoxInstance } from './resize-box';
export { default as Result } from './result';
export type { ResultInstance } from './result';
export { default as Scrollbar } from './scrollbar';
export type { ScrollbarInstance, ScrollbarProps } from './scrollbar';
export { default as Select, Optgroup, Option } from './select';
export type { FilterOption, SelectFieldNames, SelectInstance, SelectOptGroupInstance, SelectOption, SelectOptionData, SelectOptionGroup, SelectOptionInstance, SelectProps, } from './select';
export { default as Skeleton, SkeletonLine, SkeletonShape } from './skeleton';
export type { SkeletonInstance, SkeletonLineInstance, SkeletonShapeInstance, } from './skeleton';
export { default as Slider } from './slider';
export type { SliderInstance } from './slider';
export { default as Space } from './space';
export type { SpaceInstance } from './space';
export { default as Spin } from './spin';
export type { SpinInstance } from './spin';
export { default as Split } from './split';
export type { SplitInstance } from './split';
export { default as Statistic, Countdown } from './statistic';
export type { CountdownInstance, StatisticInstance } from './statistic';
export { default as Steps, Step } from './steps';
export type { StepsInstance, StepsStepInstance } from './steps';
export { default as Switch } from './switch';
export type { SwitchInstance } from './switch';
export { default as Table, Thead, Td, Th, Tr, Tbody, TableColumn, } from './table';
export type { TableBorder, TableChangeExtra, TableColumnData, TableColumnInstance, TableData, TableDraggable, TableExpandable, TableFilterable, TableFilterData, TableInstance, TableRowSelection, TableSortable, TbodyInstance, TdInstance, TheadInstance, ThInstance, TrInstance, } from './table';
export { default as Tabs, TabPane } from './tabs';
export type { TabPaneInstance, TabsInstance } from './tabs';
export { default as Tag } from './tag';
export type { TagColor, TagInstance, TagProps } from './tag';
export { default as Textarea } from './textarea';
export type { TextareaInstance } from './textarea';
export { default as TimePicker } from './time-picker';
export type { TimePickerInstance } from './time-picker';
export { default as Timeline, TimelineItem } from './timeline';
export type { TimelineInstance, TimelineItemInstance } from './timeline';
export { default as Tooltip } from './tooltip';
export type { TooltipInstance } from './tooltip';
export { default as Transfer } from './transfer';
export type { TransferInstance } from './transfer';
export { default as Tree } from './tree';
export type { TreeFieldNames, TreeInstance, TreeNodeData } from './tree';
export { default as TreeSelect } from './tree-select';
export type { TreeSelectInstance } from './tree-select';
export { default as Trigger } from './trigger';
export type { TriggerEvent, TriggerInstance, TriggerPopupTranslate, TriggerPosition, TriggerProps, } from './trigger';
export { default as Typography, TypographyParagraph, TypographyText, TypographyTitle, } from './typography';
export type { EllipsisConfig, TypographyInstance, TypographyParagraphInstance, TypographyTextInstance, TypographyTitleInstance, } from './typography';
export { default as Upload } from './upload';
export type { CustomIcon, FileItem, FileStatus, RequestOption, UploadInstance, UploadRequest, } from './upload';
export { default as OverflowList } from './overflow-list';
export type { OverflowListInstance } from './overflow-list';
export { default as VerificationCode } from './verification-code';
export type { VerificationCodeInstance } from './verification-code';
export { default as Watermark } from './watermark';
export type { WatermarkInstance } from './watermark';
export { useFormItem } from './_hooks/use-form-item';
export type {} from './components';