@namba_one/ui-kit-2 1.0.308 → 1.0.310

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
@@ -4578,6 +4578,7 @@ export declare type PageInfoCellProps = {
4578
4578
  valueColor?: Color;
4579
4579
  isCopy?: boolean;
4580
4580
  isLink?: boolean;
4581
+ isBadge?: boolean;
4581
4582
  link?: string;
4582
4583
  linkTag?: 'a' | 'router-link';
4583
4584
  };