unika-components 1.1.142 → 1.1.144

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.
@@ -3,7 +3,7 @@ export declare const countdownDefaultProps: {
3
3
  pid: string;
4
4
  type: string;
5
5
  layerName: string;
6
- endTime: string;
6
+ deadline: string;
7
7
  endOption: string;
8
8
  endText: string;
9
9
  sign: boolean;
@@ -198,6 +198,7 @@ export interface ElementData {
198
198
  overturnType?: number;
199
199
  dateColor?: string;
200
200
  endTime?: string;
201
+ deadline?: string;
201
202
  heartAni?: boolean;
202
203
  heartColor?: string;
203
204
  kind?: number;