pdap-design-system 3.1.0-beta.13 → 3.1.0-beta.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,6 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
19
19
  isLoading: boolean;
20
20
  }, {}>, {
21
21
  default?(_: {}): any;
22
+ loading?(_: {}): any;
22
23
  }>;
23
24
  export default _default;
24
25
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -17,8 +17,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
17
17
  show: boolean;
18
18
  }>>>, {
19
19
  text: string;
20
- size: number;
21
20
  color: string;
21
+ size: number;
22
22
  show: boolean;
23
23
  }, {}>;
24
24
  export default _default;