@namba_one/ui-kit-2 1.0.274 → 1.0.277

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
@@ -4011,6 +4011,9 @@ export declare type PageInfoCellProps = {
4011
4011
  isShowDivider?: boolean;
4012
4012
  valueColor?: Color;
4013
4013
  isCopy?: boolean;
4014
+ isLink?: boolean;
4015
+ link?: string;
4016
+ linkTag?: 'a' | 'router-link';
4014
4017
  };
4015
4018
 
4016
4019
  export declare const PageInfoCellSkeleton: DefineComponent<PageInfoCellSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageInfoCellSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;