pdap-design-system 3.1.0-beta.4 → 3.1.0-beta.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,9 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
3
3
|
error?(_: {
|
4
4
|
class: string;
|
5
5
|
}): any;
|
6
|
-
label?(_: {
|
7
|
-
for: string;
|
8
|
-
}): any;
|
6
|
+
label?(_: {}): any;
|
9
7
|
}>;
|
10
8
|
export default _default;
|
11
9
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -3,9 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
3
3
|
error?(_: {
|
4
4
|
class: string;
|
5
5
|
}): any;
|
6
|
-
label?(_: {
|
7
|
-
for: string;
|
8
|
-
}): any;
|
6
|
+
label?(_: {}): any;
|
9
7
|
}>;
|
10
8
|
export default _default;
|
11
9
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -3,9 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
3
3
|
error?(_: {
|
4
4
|
class: string;
|
5
5
|
}): any;
|
6
|
-
label?(_: {
|
7
|
-
for: string;
|
8
|
-
}): any;
|
6
|
+
label?(_: {}): any;
|
9
7
|
}>;
|
10
8
|
export default _default;
|
11
9
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|