@jiaozhiye/qm-design-react 1.7.34 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +62 -0
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/upload-img/src/upload-img.d.ts +2 -3
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -60,6 +60,68 @@ export type { PrintProps as QmPrintProps } from './print';
|
|
|
60
60
|
export { default as QmPrint } from './print';
|
|
61
61
|
export type { GuideTrackerProps as QmGuideTrackerProps } from './guide-tracker';
|
|
62
62
|
export { default as QmGuideTracker } from './guide-tracker';
|
|
63
|
+
export type { ConfigProviderProps as DcpConfigProviderProps } from './config-provider';
|
|
64
|
+
export { default as DcpConfigProvider } from './config-provider';
|
|
65
|
+
export type { ButtonProps as DcpButtonProps } from './button';
|
|
66
|
+
export { default as DcpButton } from './button';
|
|
67
|
+
export type { SpaceProps as DcpSpaceProps } from './space';
|
|
68
|
+
export { default as DcpSpace } from './space';
|
|
69
|
+
export type { DividerProps as DcpDividerProps } from './divider';
|
|
70
|
+
export { default as DcpDivider } from './divider';
|
|
71
|
+
export type { CollapseProps as DcpCollapseProps } from './collapse';
|
|
72
|
+
export { default as DcpCollapse } from './collapse';
|
|
73
|
+
export type { SplitProps as DcpSplitProps, SplitPaneProps as DcpSplitPaneProps } from './split';
|
|
74
|
+
export { default as DcpSplit } from './split';
|
|
75
|
+
export type { CountupProps as DcpCountupProps } from './countup';
|
|
76
|
+
export { default as DcpCountup } from './countup';
|
|
77
|
+
export type { EmptyProps as DcpEmptyProps } from './empty';
|
|
78
|
+
export { default as DcpEmpty } from './empty';
|
|
79
|
+
export type { SpinProps as DcpSpinProps } from './spin';
|
|
80
|
+
export { default as DcpSpin } from './spin';
|
|
81
|
+
export type { ScrollbarProps as DcpScrollbarProps } from './scrollbar';
|
|
82
|
+
export { default as DcpScrollbar } from './scrollbar';
|
|
83
|
+
export type { DownloadProps as DcpDownloadProps } from './download';
|
|
84
|
+
export { default as DcpDownload } from './download';
|
|
85
|
+
export type { AnchorProps as DcpAnchorProps, AnchorItemProps as DcpAnchorItemProps } from './anchor';
|
|
86
|
+
export { default as DcpAnchor } from './anchor';
|
|
87
|
+
export type { TabsProps as DcpTabsProps, TabPaneProps as DcpTabPaneProps } from './tabs';
|
|
88
|
+
export { default as DcpTabs } from './tabs';
|
|
89
|
+
export type { DrawerProps as DcpDrawerProps } from './drawer';
|
|
90
|
+
export { default as DcpDrawer } from './drawer';
|
|
91
|
+
export type { ModalProps as DcpModalProps } from './modal';
|
|
92
|
+
export { default as DcpModal } from './modal';
|
|
93
|
+
export type { FormRef as DcpFormRef, FormProps as DcpFormProps, IFormItem as DcpFormItem, IFormItemType as DcpFormItemType } from './form';
|
|
94
|
+
export { default as DcpForm } from './form';
|
|
95
|
+
export type { TinymceProps as DcpTinymceProps } from './tinymce';
|
|
96
|
+
export { default as DcpTinymce } from './tinymce';
|
|
97
|
+
export type { CropperProps as DcpCropperProps } from './cropper';
|
|
98
|
+
export { default as DcpCropper } from './cropper';
|
|
99
|
+
export type { UploadFileProps as DcpUploadFileProps } from './upload-file';
|
|
100
|
+
export { default as DcpUploadFile } from './upload-file';
|
|
101
|
+
export type { UploadImgProps as DcpUploadImgProps } from './upload-img';
|
|
102
|
+
export { default as DcpUploadImg } from './upload-img';
|
|
103
|
+
export type { SearchTreeProps as DcpSearchTreeProps } from './search-tree';
|
|
104
|
+
export { default as DcpSearchTree } from './search-tree';
|
|
105
|
+
export type { TableRef as DcpTableRef, TableProps as DcpTableProps, TableColumn as DcpTableColumn } from './table';
|
|
106
|
+
export { default as DcpTable } from './table';
|
|
107
|
+
export type { CopyToClipboardProps as DcpCopyToClipboardProps } from './copy-to-clipboard';
|
|
108
|
+
export { default as DcpCopyToClipboard } from './copy-to-clipboard';
|
|
109
|
+
export type { SearchHelperProps as DcpSearchHelperProps } from './search-helper';
|
|
110
|
+
export { default as DcpSearchHelper } from './search-helper';
|
|
111
|
+
export type { TreeTableHelperProps as DcpTreeTableHelperProps } from './tree-table-helper';
|
|
112
|
+
export { default as DcpTreeTableHelper } from './tree-table-helper';
|
|
113
|
+
export type { TreeHelperProps as DcpTreeHelperProps } from './tree-helper';
|
|
114
|
+
export { default as DcpTreeHelper } from './tree-helper';
|
|
115
|
+
export type { RangeTableHelperProps as DcpRangeTableHelperProps } from './range-table-helper';
|
|
116
|
+
export { default as DcpRangeTableHelper } from './range-table-helper';
|
|
117
|
+
export type { TourProps as DcpTourProps, TourStepProps as DcpTourStepProps } from './tour';
|
|
118
|
+
export { default as DcpTour } from './tour';
|
|
119
|
+
export type { TransitionProps as DcpTransitionProps } from './transition';
|
|
120
|
+
export { default as DcpTransition } from './transition';
|
|
121
|
+
export type { PrintProps as DcpPrintProps } from './print';
|
|
122
|
+
export { default as DcpPrint } from './print';
|
|
123
|
+
export type { GuideTrackerProps as DcpGuideTrackerProps } from './guide-tracker';
|
|
124
|
+
export { default as DcpGuideTracker } from './guide-tracker';
|
|
63
125
|
export { default as pinyin } from './pinyin';
|
|
64
126
|
export { default as version } from './version';
|
|
65
127
|
export * from './antd';
|