components.d.ts 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. export type { AffixProps } from './affix';
  2. export { default as Affix } from './affix';
  3. export type { AnchorProps, AnchorLinkProps } from './anchor';
  4. export { default as Anchor, AnchorLink } from './anchor';
  5. export type { AutoCompleteProps } from './auto-complete';
  6. export { default as AutoComplete, AutoCompleteOptGroup, AutoCompleteOption } from './auto-complete';
  7. export type { AlertProps } from './alert';
  8. export { default as Alert } from './alert';
  9. export type { AvatarProps } from './avatar';
  10. export { default as Avatar, AvatarGroup } from './avatar';
  11. export type { BackTopProps } from './back-top';
  12. export { default as BackTop } from './back-top';
  13. export type { BadgeProps } from './badge';
  14. export { default as Badge, BadgeRibbon } from './badge';
  15. export type { BreadcrumbProps, BreadcrumbItemProps, BreadcrumbSeparatorProps } from './breadcrumb';
  16. export { default as Breadcrumb, BreadcrumbItem, BreadcrumbSeparator } from './breadcrumb';
  17. export type { ButtonProps } from './button';
  18. export { default as Button, ButtonGroup } from './button';
  19. export type { CalendarProps } from './calendar';
  20. export { default as Calendar } from './calendar';
  21. export type { CardProps } from './card';
  22. export { default as Card, CardGrid, CardMeta } from './card';
  23. export type { CollapseProps, CollapsePanelProps } from './collapse';
  24. export { default as Collapse, CollapsePanel } from './collapse';
  25. export type { CarouselProps } from './carousel';
  26. export { default as Carousel } from './carousel';
  27. export type { CascaderProps } from './cascader';
  28. export { default as Cascader } from './cascader';
  29. export type { CheckboxProps, CheckboxGroupProps, CheckboxOptionType } from './checkbox';
  30. export { default as Checkbox, CheckboxGroup } from './checkbox';
  31. export type { ColProps } from './col';
  32. export { default as Col } from './col';
  33. export type { CommentProps } from './comment';
  34. export { default as Comment } from './comment';
  35. export type { ConfigProviderProps } from './config-provider';
  36. export { default as ConfigProvider } from './config-provider';
  37. export type { DatePickerProps } from './date-picker';
  38. export { default as DatePicker, MonthPicker, WeekPicker, RangePicker, QuarterPicker, } from './date-picker';
  39. export type { DescriptionsProps } from './descriptions';
  40. export { default as Descriptions, DescriptionsItem } from './descriptions';
  41. export type { DividerProps } from './divider';
  42. export { default as Divider } from './divider';
  43. export type { DropdownProps } from './dropdown';
  44. export { default as Dropdown, DropdownButton } from './dropdown';
  45. export type { DrawerProps } from './drawer';
  46. export { default as Drawer } from './drawer';
  47. export type { EmptyProps } from './empty';
  48. export { default as Empty } from './empty';
  49. export type { FormProps, FormItemProps, FormInstance, FormItemInstance } from './form';
  50. export { default as Form, FormItem, FormItemRest } from './form';
  51. export { default as Grid } from './grid';
  52. export type { InputProps, TextAreaProps } from './input';
  53. export { default as Input, InputGroup, InputPassword, InputSearch, Textarea } from './input';
  54. export type { ImageProps } from './image';
  55. export { default as Image, ImagePreviewGroup } from './image';
  56. export type { InputNumberProps } from './input-number';
  57. export { default as InputNumber } from './input-number';
  58. export type { LayoutProps, SiderProps } from './layout';
  59. export { default as Layout, LayoutHeader, LayoutSider, LayoutFooter, LayoutContent, } from './layout';
  60. export type { ListProps, ListItemProps, ListItemMetaProps } from './list';
  61. export { default as List, ListItem, ListItemMeta } from './list';
  62. export type { MessageArgsProps } from './message';
  63. export { default as message } from './message';
  64. export type { MenuProps, MenuTheme, SubMenuProps, MenuItemProps, MenuMode, MenuDividerProps, } from './menu';
  65. export { default as Menu, MenuDivider, MenuItem, MenuItemGroup, SubMenu } from './menu';
  66. export type { MentionsProps } from './mentions';
  67. export { default as Mentions, MentionsOption } from './mentions';
  68. export type { ModalProps, ModalFuncProps } from './modal';
  69. export { default as Modal } from './modal';
  70. export type { StatisticProps } from './statistic';
  71. export { default as Statistic, StatisticCountdown } from './statistic';
  72. export type { NotificationPlacement } from './notification';
  73. export { default as notification } from './notification';
  74. export type { PageHeaderProps } from './page-header';
  75. export { default as PageHeader } from './page-header';
  76. export type { PaginationProps } from './pagination';
  77. export { default as Pagination } from './pagination';
  78. export type { PopconfirmProps } from './popconfirm';
  79. export { default as Popconfirm } from './popconfirm';
  80. export type { PopoverProps } from './popover';
  81. export { default as Popover } from './popover';
  82. export type { ProgressProps } from './progress';
  83. export { default as Progress } from './progress';
  84. export type { RadioProps, RadioChangeEvent, RadioGroupProps } from './radio';
  85. export { default as Radio, RadioButton, RadioGroup } from './radio';
  86. export type { RateProps } from './rate';
  87. export { default as Rate } from './rate';
  88. export type { ResultProps } from './result';
  89. export { default as Result } from './result';
  90. export type { RowProps } from './row';
  91. export { default as Row } from './row';
  92. export type { SelectProps } from './select';
  93. export { default as Select, SelectOptGroup, SelectOption } from './select';
  94. export type { SkeletonProps, SkeletonButtonProps, SkeletonInputProps, SkeletonImageProps, SkeletonAvatarProps, SkeletonTitleProps, } from './skeleton';
  95. export { default as Skeleton, SkeletonButton, SkeletonAvatar, SkeletonInput, SkeletonImage, SkeletonTitle, } from './skeleton';
  96. export type { SliderProps } from './slider';
  97. export { default as Slider } from './slider';
  98. export type { SpaceProps } from './space';
  99. export { default as Space } from './space';
  100. export type { SpinProps } from './spin';
  101. export { default as Spin } from './spin';
  102. export type { StepProps, StepsProps } from './steps';
  103. export { default as Steps, Step } from './steps';
  104. export type { SwitchProps } from './switch';
  105. export { default as Switch } from './switch';
  106. export type { TableProps, TablePaginationConfig, ColumnGroupType as TableColumnGroupType, ColumnType as TableColumnType, ColumnProps as TableColumnProps, ColumnsType as TableColumnsType, } from './table';
  107. export { default as Table, TableColumn, TableColumnGroup, TableSummary, TableSummaryRow, TableSummaryCell, } from './table';
  108. export type { TransferProps } from './transfer';
  109. export { default as Transfer } from './transfer';
  110. export type { TreeProps, DirectoryTreeProps } from './tree';
  111. export { default as Tree, TreeNode, DirectoryTree } from './tree';
  112. export type { TreeSelectProps } from './tree-select';
  113. export { default as TreeSelect, TreeSelectNode } from './tree-select';
  114. export type { TabsProps, TabPaneProps } from './tabs';
  115. export { default as Tabs, TabPane } from './tabs';
  116. export type { TagProps } from './tag';
  117. export { default as Tag, CheckableTag } from './tag';
  118. export type { TimePickerProps, TimeRangePickerProps } from './time-picker';
  119. export { default as TimePicker, TimeRangePicker } from './time-picker';
  120. export type { TimelineProps, TimelineItemProps } from './timeline';
  121. export { default as Timeline, TimelineItem } from './timeline';
  122. export type { TooltipProps } from './tooltip';
  123. export { default as Tooltip } from './tooltip';
  124. export type { TypographyProps } from './typography';
  125. export { default as Typography, TypographyLink, TypographyParagraph, TypographyText, TypographyTitle, } from './typography';
  126. export type { UploadProps, UploadListProps, UploadChangeParam, UploadFile } from './upload';
  127. export { default as Upload, UploadDragger } from './upload';
  128. export { default as LocaleProvider } from './locale-provider';