dcp-design-react 1.8.19 → 1.8.21

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.
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const ArrowTopRightOutlined: React.FC;
3
+ export default ArrowTopRightOutlined;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const CircleOutlined: React.FC;
3
+ export default CircleOutlined;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const FontOutlined: React.FC;
3
+ export default FontOutlined;
@@ -0,0 +1,3 @@
1
+ export { default as CircleOutlined } from './CircleOutlined';
2
+ export { default as FontOutlined } from './FontOutlined';
3
+ export { default as ArrowTopRightOutlined } from './ArrowTopRightOutlined';
package/lib/index.d.ts CHANGED
@@ -64,6 +64,8 @@ export type { WatermarkProps as QmWatermarkProps } from './watermark';
64
64
  export { default as QmWatermark } from './watermark';
65
65
  export type { LazyLoadProps as QmLazyLoadProps } from './lazy-load';
66
66
  export { default as QmLazyLoad } from './lazy-load';
67
+ export type { SignatureProps as QmSignatureProps } from './signature';
68
+ export { default as QmSignature } from './signature';
67
69
  export type { ConfigProviderProps as DcpConfigProviderProps } from './config-provider';
68
70
  export { default as DcpConfigProvider } from './config-provider';
69
71
  export type { ButtonProps as DcpButtonProps } from './button';
@@ -130,6 +132,8 @@ export type { WatermarkProps as DcpWatermarkProps } from './watermark';
130
132
  export { default as DcpWatermark } from './watermark';
131
133
  export type { LazyLoadProps as DcpLazyLoadProps } from './lazy-load';
132
134
  export { default as DcpLazyLoad } from './lazy-load';
135
+ export type { SignatureProps as DcpSignatureProps } from './signature';
136
+ export { default as DcpSignature } from './signature';
133
137
  export { default as pinyin } from './pinyin';
134
138
  export { default as version } from './version';
135
139
  export * from './antd';