@namba_one/ui-kit-2 1.0.240 → 1.0.242

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/dist/index.d.ts CHANGED
@@ -2931,6 +2931,7 @@ export declare type PageInfoCellProps = {
2931
2931
  labelColor?: Color;
2932
2932
  isShowDivider?: boolean;
2933
2933
  valueColor?: Color;
2934
+ isCopy?: boolean;
2934
2935
  };
2935
2936
 
2936
2937
  export declare const PageInfoCellSkeleton: DefineComponent<PageInfoCellSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageInfoCellSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;