@rotki/ui-library 2.0.1 → 2.0.3

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.
@@ -297,15 +297,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
297
297
  value: TItem[];
298
298
  variant: "default" | "outlined" | "filled";
299
299
  readOnly: boolean;
300
- attrs: {
301
- onMouseover?: undefined;
302
- onMouseleave?: undefined;
303
- onClick?: undefined;
304
- } | {
305
- onMouseover: () => void;
306
- onMouseleave: () => void;
307
- onClick: () => void;
308
- };
300
+ attrs: {};
309
301
  open: boolean;
310
302
  hasError: boolean;
311
303
  hasSuccess: boolean;
@@ -40,15 +40,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
40
40
  value: TItem | undefined;
41
41
  variant: "default" | "outlined" | "filled";
42
42
  readOnly: boolean;
43
- attrs: {
44
- onMouseover?: undefined;
45
- onMouseleave?: undefined;
46
- onClick?: undefined;
47
- } | {
48
- onMouseover: () => void;
49
- onMouseleave: () => void;
50
- onClick: () => void;
51
- };
43
+ attrs: {};
52
44
  open: boolean;
53
45
  hasError: boolean;
54
46
  hasSuccess: boolean;