@namba_one/ui-kit-2 1.0.274 → 1.0.276
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 +3 -0
- package/dist/index.es.js +543 -532
- package/dist/index.umd.js +10 -10
- package/package.json +1 -1
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>;
|