@perfma/heaven
Version:
An UI Framework base [Ant Design V4](https://ant.design/components/overview-cn/) for React.
137 lines (136 loc) • 6.56 kB
TypeScript
export type { AffixProps } from 'antd';
export { default as Affix } from './affix';
export type { AlertProps } from 'antd';
export { default as Alert } from './alert';
export type { AnchorProps, AnchorLinkProps } from 'antd';
export { default as Anchor } from './anchor';
export type { AutoCompleteProps } from 'antd';
export { default as AutoComplete } from './auto-complete';
export type { AvatarProps } from 'antd';
export { default as Avatar } from './avatar';
export type { BackTopProps } from 'antd';
export { default as BackTop } from './back-top';
export type { BadgeProps } from 'antd';
export { default as Badge } from './badge';
export type { BreadcrumbProps, BreadcrumbItemProps } from 'antd';
export { default as Breadcrumb } from './breadcrumb';
export type { ButtonProps } from 'antd';
export { default as Button } from './button';
export type { CalendarProps } from 'antd';
export { default as Calendar } from './calendar';
export type { CardProps } from 'antd';
export { default as Card } from './card';
export type { CollapseProps, CollapsePanelProps } from 'antd';
export { default as Collapse } from './collapse';
export type { CarouselProps } from 'antd';
export { default as Carousel } from './carousel';
export type { CascaderProps } from 'antd';
export { default as Cascader } from './cascader';
export type { CheckboxProps, CheckboxOptionType } from 'antd';
export { default as Checkbox } from './checkbox';
export type { ColProps } from 'antd';
export { default as Col } from './col';
export type { CommentProps } from 'antd';
export { default as Comment } from './comment';
export { default as ConfigProvider } from './config-provider';
export type { DatePickerProps } from 'antd';
export { default as DatePicker } from './date-picker';
export type { DescriptionsProps } from 'antd';
export { default as Descriptions } from './descriptions';
export type { DividerProps } from 'antd';
export { default as Divider } from './divider';
export type { DropDownProps } from 'antd';
export { default as Dropdown } from './dropdown';
export type { DrawerProps } from 'antd';
export { default as Drawer } from './drawer';
export type { EmptyProps } from 'antd';
export { default as Empty } from './empty';
export { default as EmptyImage } from './empty-image';
export type { FormInstance, FormProps, FormItemProps } from 'antd';
export { default as Form } from './form';
export { default as Grid } from './grid';
export { default as Icon } from './icon';
export type { InputProps } from './input';
export { default as Input } from './input';
export type { ImageProps } from 'antd';
export { default as Image } from './image';
export type { InputNumberProps } from 'antd';
export { default as InputNumber } from './input-number';
export type { LayoutProps } from 'antd';
export { default as Layout } from './layout';
export type { LetterIndexListProps } from './letter-index-list';
export { default as LetterIndexList } from './letter-index-list';
export type { ListProps } from 'antd';
export { default as List } from './list';
export { default as Logo } from './logo';
export type { MessageArgsProps } from 'antd';
export { default as message } from './message';
export type { MenuProps, MenuTheme, SubMenuProps, MenuItemProps } from 'antd';
export { default as Menu } from './menu';
export type { MentionProps } from 'antd';
export { default as Mentions } from './mentions';
export type { ModalProps, ModalFuncProps } from 'antd';
export { default as Modal } from './modal';
export { default as notification } from './notification';
export type { PageHeaderProps } from 'antd';
export { default as PageHeader } from './page-header';
export type { PaginationProps } from 'antd';
export { default as Pagination } from './pagination';
export type { PopconfirmProps } from 'antd';
export { default as Popconfirm } from './popconfirm';
export type { PopoverProps } from 'antd';
export { default as Popover } from './popover';
export type { ProgressProps } from 'antd';
export { default as Progress } from './progress';
export type { RadioChangeEvent, RadioGroupProps } from 'antd';
export type { RadioProps } from './radio';
export { default as Radio } from './radio';
export type { RateProps } from 'antd';
export { default as Rate } from './rate';
export type { ResultProps } from 'antd';
export { default as Result } from './result';
export type { RowProps } from 'antd';
export { default as Row } from './row';
export type { SelectProps } from 'antd';
export { default as Select } from './select';
export type { SkeletonProps } from 'antd';
export { default as Skeleton } from './skeleton';
export type { SliderSingleProps } from 'antd';
export { default as Slider } from './slider';
export type { SpaceProps } from 'antd';
export { default as Space } from './space';
export type { SpinProps } from 'antd';
export { default as Spin } from './spin';
export type { StatisticProps } from 'antd';
export { default as Statistic } from './statistic';
export type { StepProps, StepsProps } from 'antd';
export { default as Steps } from './steps';
export type { SwitchProps } from 'antd';
export { default as Switch } from './switch';
export type { LoadingProps, SimpleLoadingProp } from './loading';
export { default as Loading } from './loading';
export type { TableProps, TableColumnGroupType, TableColumnsType, } from './table';
export type { TablePaginationConfig, TableColumnType, TableColumnProps, } from 'antd';
export { default as Table } from './table';
export { default as Toast } from './toast';
export type { TransferProps } from 'antd';
export { default as Transfer } from './transfer';
export type { TreeProps, TreeNodeProps, TreeDataNode } from 'antd';
export { default as Tree } from './tree';
export type { TreeSelectProps } from 'antd';
export { default as TreeSelect } from './tree-select';
export type { TabsProps, TabPaneProps } from 'antd';
export { default as Tabs } from './tabs';
export type { TagProps, TagType } from 'antd';
export { default as Tag } from './tag';
export type { TimePickerProps, TimeRangePickerProps } from 'antd';
export { default as TimePicker } from './time-picker';
export type { TimelineProps, TimelineItemProps } from 'antd';
export { default as Timeline } from './timeline';
export type { TooltipProps } from 'antd';
export { default as Tooltip } from './tooltip';
export type { TypographyProps } from 'antd';
export { default as Typography } from './typography';
export type { UploadProps } from 'antd';
export { default as Upload } from './upload';
export { default as version } from './version';