pdap-design-system 3.1.0-beta.13 → 3.1.0-beta.15
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/Button/PdapButton.vue.d.ts +1 -0
- package/dist/components/Spinner/PdapSpinner.vue.d.ts +1 -1
- package/dist/index.cjs +11 -11
- package/dist/index.js +1094 -1083
- package/dist/styles.css +1 -1
- package/package.json +1 -1
@@ -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;
|