unika-components 1.1.76 → 1.1.78

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.
@@ -119,6 +119,7 @@ declare const _default: import("vue").DefineComponent<{
119
119
  aniWrapStyle: import("vue").ComputedRef<{
120
120
  backgroundColor: string | undefined;
121
121
  borderRadius: string;
122
+ borderWidth: string;
122
123
  borderStyle: string | undefined;
123
124
  borderColor: string | undefined;
124
125
  opacity: number | undefined;
@@ -1 +1 @@
1
- export declare function px2rem(px: number | string): string;
1
+ export declare function px2rem(px: number | string, isPlatform?: boolean): string;