@digitalservicebund/ris-ui 3.16.0 → 3.17.1

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.
@@ -6,9 +6,9 @@ type __VLS_ModelProps = {
6
6
  modelValue?: boolean;
7
7
  };
8
8
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
9
- declare var __VLS_42: {};
9
+ declare var __VLS_46: {};
10
10
  type __VLS_Slots = {} & {
11
- default?: (props: typeof __VLS_42) => any;
11
+ default?: (props: typeof __VLS_46) => any;
12
12
  };
13
13
  declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "update:modelValue": (value: boolean) => any;