@navikt/ds-react 5.4.1 → 5.5.0

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.
Files changed (39) hide show
  1. package/_docs.json +650 -454
  2. package/cjs/index.js +1 -0
  3. package/cjs/layout/box/Box.js +84 -0
  4. package/cjs/layout/box/index.js +5 -0
  5. package/cjs/layout/box/package.json +6 -0
  6. package/cjs/layout/utilities/css.js +21 -13
  7. package/cjs/layout/utilities/types.js +2 -0
  8. package/cjs/skeleton/Skeleton.js +1 -0
  9. package/esm/index.d.ts +1 -0
  10. package/esm/index.js +1 -0
  11. package/esm/index.js.map +1 -1
  12. package/esm/layout/box/Box.d.ts +78 -0
  13. package/esm/layout/box/Box.js +56 -0
  14. package/esm/layout/box/Box.js.map +1 -0
  15. package/esm/layout/box/index.d.ts +1 -0
  16. package/esm/layout/box/index.js +2 -0
  17. package/esm/layout/box/index.js.map +1 -0
  18. package/esm/layout/utilities/css.d.ts +7 -7
  19. package/esm/layout/utilities/css.js +18 -10
  20. package/esm/layout/utilities/css.js.map +1 -1
  21. package/esm/layout/utilities/types.d.ts +9 -0
  22. package/esm/layout/utilities/types.js +2 -0
  23. package/esm/layout/utilities/types.js.map +1 -0
  24. package/esm/skeleton/Skeleton.js +1 -0
  25. package/esm/skeleton/Skeleton.js.map +1 -1
  26. package/package.json +3 -2
  27. package/src/grid/grid.stories.tsx +1 -1
  28. package/src/index.ts +1 -0
  29. package/src/layout/box/Box.stories.tsx +384 -0
  30. package/src/layout/box/Box.tsx +148 -0
  31. package/src/layout/box/index.ts +1 -0
  32. package/src/layout/grid/h-grid.stories.tsx +1 -1
  33. package/src/layout/responsive/hide.stories.tsx +1 -1
  34. package/src/layout/responsive/show.stories.tsx +1 -1
  35. package/src/layout/stack/stack.stories.tsx +1 -1
  36. package/src/layout/utilities/css.ts +34 -16
  37. package/src/layout/utilities/types.ts +14 -0
  38. package/src/skeleton/Skeleton.tsx +1 -0
  39. package/src/skeleton/skeleton.stories.tsx +4 -3
package/_docs.json CHANGED
@@ -111,12 +111,12 @@
111
111
  "description": "",
112
112
  "name": "className",
113
113
  "parent": {
114
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
114
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
115
115
  "name": "HTMLAttributes"
116
116
  },
117
117
  "declarations": [
118
118
  {
119
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
119
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
120
120
  "name": "HTMLAttributes"
121
121
  }
122
122
  ],
@@ -130,12 +130,12 @@
130
130
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
131
131
  "name": "ref",
132
132
  "parent": {
133
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
133
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
134
134
  "name": "RefAttributes"
135
135
  },
136
136
  "declarations": [
137
137
  {
138
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
138
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
139
139
  "name": "RefAttributes"
140
140
  }
141
141
  ],
@@ -174,12 +174,12 @@
174
174
  "description": "",
175
175
  "name": "className",
176
176
  "parent": {
177
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
177
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
178
178
  "name": "HTMLAttributes"
179
179
  },
180
180
  "declarations": [
181
181
  {
182
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
182
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
183
183
  "name": "HTMLAttributes"
184
184
  }
185
185
  ],
@@ -193,12 +193,12 @@
193
193
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
194
194
  "name": "ref",
195
195
  "parent": {
196
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
196
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
197
197
  "name": "RefAttributes"
198
198
  },
199
199
  "declarations": [
200
200
  {
201
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
201
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
202
202
  "name": "RefAttributes"
203
203
  }
204
204
  ],
@@ -237,12 +237,12 @@
237
237
  "description": "",
238
238
  "name": "className",
239
239
  "parent": {
240
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
240
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
241
241
  "name": "HTMLAttributes"
242
242
  },
243
243
  "declarations": [
244
244
  {
245
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
245
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
246
246
  "name": "HTMLAttributes"
247
247
  }
248
248
  ],
@@ -256,12 +256,12 @@
256
256
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
257
257
  "name": "ref",
258
258
  "parent": {
259
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
259
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
260
260
  "name": "RefAttributes"
261
261
  },
262
262
  "declarations": [
263
263
  {
264
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
264
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
265
265
  "name": "RefAttributes"
266
266
  }
267
267
  ],
@@ -340,12 +340,12 @@
340
340
  "description": "",
341
341
  "name": "className",
342
342
  "parent": {
343
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
343
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
344
344
  "name": "HTMLAttributes"
345
345
  },
346
346
  "declarations": [
347
347
  {
348
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
348
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
349
349
  "name": "HTMLAttributes"
350
350
  }
351
351
  ],
@@ -359,12 +359,12 @@
359
359
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
360
360
  "name": "ref",
361
361
  "parent": {
362
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
362
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
363
363
  "name": "RefAttributes"
364
364
  },
365
365
  "declarations": [
366
366
  {
367
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
367
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
368
368
  "name": "RefAttributes"
369
369
  }
370
370
  ],
@@ -525,12 +525,12 @@
525
525
  "description": "",
526
526
  "name": "className",
527
527
  "parent": {
528
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
528
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
529
529
  "name": "HTMLAttributes"
530
530
  },
531
531
  "declarations": [
532
532
  {
533
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
533
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
534
534
  "name": "HTMLAttributes"
535
535
  }
536
536
  ],
@@ -544,12 +544,12 @@
544
544
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
545
545
  "name": "ref",
546
546
  "parent": {
547
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
547
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
548
548
  "name": "RefAttributes"
549
549
  },
550
550
  "declarations": [
551
551
  {
552
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
552
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
553
553
  "name": "RefAttributes"
554
554
  }
555
555
  ],
@@ -710,12 +710,12 @@
710
710
  "description": "",
711
711
  "name": "className",
712
712
  "parent": {
713
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
713
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
714
714
  "name": "HTMLAttributes"
715
715
  },
716
716
  "declarations": [
717
717
  {
718
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
718
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
719
719
  "name": "HTMLAttributes"
720
720
  }
721
721
  ],
@@ -729,12 +729,12 @@
729
729
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
730
730
  "name": "ref",
731
731
  "parent": {
732
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
732
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
733
733
  "name": "RefAttributes"
734
734
  },
735
735
  "declarations": [
736
736
  {
737
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
737
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
738
738
  "name": "RefAttributes"
739
739
  }
740
740
  ],
@@ -849,12 +849,12 @@
849
849
  "description": "",
850
850
  "name": "className",
851
851
  "parent": {
852
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
852
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
853
853
  "name": "HTMLAttributes"
854
854
  },
855
855
  "declarations": [
856
856
  {
857
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
857
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
858
858
  "name": "HTMLAttributes"
859
859
  }
860
860
  ],
@@ -868,12 +868,12 @@
868
868
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
869
869
  "name": "ref",
870
870
  "parent": {
871
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
871
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
872
872
  "name": "RefAttributes"
873
873
  },
874
874
  "declarations": [
875
875
  {
876
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
876
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
877
877
  "name": "RefAttributes"
878
878
  }
879
879
  ],
@@ -1091,12 +1091,12 @@
1091
1091
  "description": "",
1092
1092
  "name": "className",
1093
1093
  "parent": {
1094
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1094
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1095
1095
  "name": "HTMLAttributes"
1096
1096
  },
1097
1097
  "declarations": [
1098
1098
  {
1099
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1099
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1100
1100
  "name": "HTMLAttributes"
1101
1101
  }
1102
1102
  ],
@@ -1110,12 +1110,12 @@
1110
1110
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1111
1111
  "name": "ref",
1112
1112
  "parent": {
1113
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1113
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1114
1114
  "name": "RefAttributes"
1115
1115
  },
1116
1116
  "declarations": [
1117
1117
  {
1118
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1118
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1119
1119
  "name": "RefAttributes"
1120
1120
  }
1121
1121
  ],
@@ -1156,12 +1156,12 @@
1156
1156
  "description": "",
1157
1157
  "name": "className",
1158
1158
  "parent": {
1159
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1159
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1160
1160
  "name": "HTMLAttributes"
1161
1161
  },
1162
1162
  "declarations": [
1163
1163
  {
1164
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1164
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1165
1165
  "name": "HTMLAttributes"
1166
1166
  }
1167
1167
  ],
@@ -1175,12 +1175,12 @@
1175
1175
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1176
1176
  "name": "ref",
1177
1177
  "parent": {
1178
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1178
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1179
1179
  "name": "RefAttributes"
1180
1180
  },
1181
1181
  "declarations": [
1182
1182
  {
1183
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1183
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1184
1184
  "name": "RefAttributes"
1185
1185
  }
1186
1186
  ],
@@ -1261,12 +1261,12 @@
1261
1261
  "description": "",
1262
1262
  "name": "className",
1263
1263
  "parent": {
1264
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1264
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1265
1265
  "name": "HTMLAttributes"
1266
1266
  },
1267
1267
  "declarations": [
1268
1268
  {
1269
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1269
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1270
1270
  "name": "HTMLAttributes"
1271
1271
  }
1272
1272
  ],
@@ -1280,12 +1280,12 @@
1280
1280
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1281
1281
  "name": "ref",
1282
1282
  "parent": {
1283
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1283
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1284
1284
  "name": "RefAttributes"
1285
1285
  },
1286
1286
  "declarations": [
1287
1287
  {
1288
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1288
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1289
1289
  "name": "RefAttributes"
1290
1290
  }
1291
1291
  ],
@@ -1366,12 +1366,12 @@
1366
1366
  "description": "",
1367
1367
  "name": "className",
1368
1368
  "parent": {
1369
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1369
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1370
1370
  "name": "HTMLAttributes"
1371
1371
  },
1372
1372
  "declarations": [
1373
1373
  {
1374
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1374
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1375
1375
  "name": "HTMLAttributes"
1376
1376
  }
1377
1377
  ],
@@ -1385,12 +1385,12 @@
1385
1385
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1386
1386
  "name": "ref",
1387
1387
  "parent": {
1388
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1388
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1389
1389
  "name": "RefAttributes"
1390
1390
  },
1391
1391
  "declarations": [
1392
1392
  {
1393
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1393
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1394
1394
  "name": "RefAttributes"
1395
1395
  }
1396
1396
  ],
@@ -1471,12 +1471,12 @@
1471
1471
  "description": "",
1472
1472
  "name": "className",
1473
1473
  "parent": {
1474
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1474
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1475
1475
  "name": "HTMLAttributes"
1476
1476
  },
1477
1477
  "declarations": [
1478
1478
  {
1479
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1479
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1480
1480
  "name": "HTMLAttributes"
1481
1481
  }
1482
1482
  ],
@@ -1490,12 +1490,12 @@
1490
1490
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1491
1491
  "name": "ref",
1492
1492
  "parent": {
1493
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1493
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1494
1494
  "name": "RefAttributes"
1495
1495
  },
1496
1496
  "declarations": [
1497
1497
  {
1498
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1498
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1499
1499
  "name": "RefAttributes"
1500
1500
  }
1501
1501
  ],
@@ -1761,12 +1761,12 @@
1761
1761
  "description": "",
1762
1762
  "name": "className",
1763
1763
  "parent": {
1764
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1764
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1765
1765
  "name": "HTMLAttributes"
1766
1766
  },
1767
1767
  "declarations": [
1768
1768
  {
1769
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1769
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1770
1770
  "name": "HTMLAttributes"
1771
1771
  }
1772
1772
  ],
@@ -1780,12 +1780,12 @@
1780
1780
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1781
1781
  "name": "ref",
1782
1782
  "parent": {
1783
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1783
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1784
1784
  "name": "RefAttributes"
1785
1785
  },
1786
1786
  "declarations": [
1787
1787
  {
1788
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1788
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
1789
1789
  "name": "RefAttributes"
1790
1790
  }
1791
1791
  ],
@@ -1999,12 +1999,12 @@
1999
1999
  "description": "",
2000
2000
  "name": "className",
2001
2001
  "parent": {
2002
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2002
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2003
2003
  "name": "HTMLAttributes"
2004
2004
  },
2005
2005
  "declarations": [
2006
2006
  {
2007
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2007
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2008
2008
  "name": "HTMLAttributes"
2009
2009
  }
2010
2010
  ],
@@ -2018,12 +2018,12 @@
2018
2018
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2019
2019
  "name": "ref",
2020
2020
  "parent": {
2021
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2021
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2022
2022
  "name": "RefAttributes"
2023
2023
  },
2024
2024
  "declarations": [
2025
2025
  {
2026
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2026
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2027
2027
  "name": "RefAttributes"
2028
2028
  }
2029
2029
  ],
@@ -2237,12 +2237,12 @@
2237
2237
  "description": "",
2238
2238
  "name": "className",
2239
2239
  "parent": {
2240
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2240
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2241
2241
  "name": "HTMLAttributes"
2242
2242
  },
2243
2243
  "declarations": [
2244
2244
  {
2245
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2245
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2246
2246
  "name": "HTMLAttributes"
2247
2247
  }
2248
2248
  ],
@@ -2256,12 +2256,12 @@
2256
2256
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2257
2257
  "name": "ref",
2258
2258
  "parent": {
2259
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2259
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2260
2260
  "name": "RefAttributes"
2261
2261
  },
2262
2262
  "declarations": [
2263
2263
  {
2264
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2264
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2265
2265
  "name": "RefAttributes"
2266
2266
  }
2267
2267
  ],
@@ -2386,12 +2386,12 @@
2386
2386
  "description": "",
2387
2387
  "name": "className",
2388
2388
  "parent": {
2389
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2389
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2390
2390
  "name": "HTMLAttributes"
2391
2391
  },
2392
2392
  "declarations": [
2393
2393
  {
2394
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2394
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2395
2395
  "name": "HTMLAttributes"
2396
2396
  }
2397
2397
  ],
@@ -2405,12 +2405,12 @@
2405
2405
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2406
2406
  "name": "ref",
2407
2407
  "parent": {
2408
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2408
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2409
2409
  "name": "RefAttributes"
2410
2410
  },
2411
2411
  "declarations": [
2412
2412
  {
2413
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2413
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2414
2414
  "name": "RefAttributes"
2415
2415
  }
2416
2416
  ],
@@ -2510,12 +2510,12 @@
2510
2510
  "description": "",
2511
2511
  "name": "className",
2512
2512
  "parent": {
2513
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2513
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2514
2514
  "name": "HTMLAttributes"
2515
2515
  },
2516
2516
  "declarations": [
2517
2517
  {
2518
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2518
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2519
2519
  "name": "HTMLAttributes"
2520
2520
  }
2521
2521
  ],
@@ -2529,12 +2529,12 @@
2529
2529
  "description": "Defines a string value that labels the current element.\nShould be set if not using 'aria-labelledby'\n@see aria-labelledby.",
2530
2530
  "name": "aria-label",
2531
2531
  "parent": {
2532
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2532
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2533
2533
  "name": "AriaAttributes"
2534
2534
  },
2535
2535
  "declarations": [
2536
2536
  {
2537
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2537
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2538
2538
  "name": "AriaAttributes"
2539
2539
  },
2540
2540
  {
@@ -2542,7 +2542,7 @@
2542
2542
  "name": "TypeLiteral"
2543
2543
  },
2544
2544
  {
2545
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2545
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2546
2546
  "name": "AriaAttributes"
2547
2547
  }
2548
2548
  ],
@@ -2556,16 +2556,16 @@
2556
2556
  "description": "Identifies the element (or elements) that labels the current element.\nShould be set if not using 'aria-label'\n@see aria-describedby.",
2557
2557
  "name": "aria-labelledby",
2558
2558
  "parent": {
2559
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2559
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2560
2560
  "name": "AriaAttributes"
2561
2561
  },
2562
2562
  "declarations": [
2563
2563
  {
2564
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2564
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2565
2565
  "name": "AriaAttributes"
2566
2566
  },
2567
2567
  {
2568
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2568
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2569
2569
  "name": "AriaAttributes"
2570
2570
  },
2571
2571
  {
@@ -2583,12 +2583,12 @@
2583
2583
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2584
2584
  "name": "ref",
2585
2585
  "parent": {
2586
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2586
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2587
2587
  "name": "RefAttributes"
2588
2588
  },
2589
2589
  "declarations": [
2590
2590
  {
2591
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2591
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2592
2592
  "name": "RefAttributes"
2593
2593
  }
2594
2594
  ],
@@ -2608,12 +2608,12 @@
2608
2608
  "description": "",
2609
2609
  "name": "className",
2610
2610
  "parent": {
2611
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2611
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2612
2612
  "name": "HTMLAttributes"
2613
2613
  },
2614
2614
  "declarations": [
2615
2615
  {
2616
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2616
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2617
2617
  "name": "HTMLAttributes"
2618
2618
  }
2619
2619
  ],
@@ -2627,12 +2627,12 @@
2627
2627
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2628
2628
  "name": "ref",
2629
2629
  "parent": {
2630
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2630
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2631
2631
  "name": "RefAttributes"
2632
2632
  },
2633
2633
  "declarations": [
2634
2634
  {
2635
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2635
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2636
2636
  "name": "RefAttributes"
2637
2637
  }
2638
2638
  ],
@@ -2652,12 +2652,12 @@
2652
2652
  "description": "",
2653
2653
  "name": "className",
2654
2654
  "parent": {
2655
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2655
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2656
2656
  "name": "HTMLAttributes"
2657
2657
  },
2658
2658
  "declarations": [
2659
2659
  {
2660
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2660
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2661
2661
  "name": "HTMLAttributes"
2662
2662
  }
2663
2663
  ],
@@ -2671,12 +2671,12 @@
2671
2671
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2672
2672
  "name": "ref",
2673
2673
  "parent": {
2674
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2674
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2675
2675
  "name": "RefAttributes"
2676
2676
  },
2677
2677
  "declarations": [
2678
2678
  {
2679
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2679
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2680
2680
  "name": "RefAttributes"
2681
2681
  }
2682
2682
  ],
@@ -2696,12 +2696,12 @@
2696
2696
  "description": "",
2697
2697
  "name": "className",
2698
2698
  "parent": {
2699
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2699
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2700
2700
  "name": "HTMLAttributes"
2701
2701
  },
2702
2702
  "declarations": [
2703
2703
  {
2704
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2704
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2705
2705
  "name": "HTMLAttributes"
2706
2706
  }
2707
2707
  ],
@@ -2715,12 +2715,12 @@
2715
2715
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2716
2716
  "name": "ref",
2717
2717
  "parent": {
2718
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2718
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2719
2719
  "name": "RefAttributes"
2720
2720
  },
2721
2721
  "declarations": [
2722
2722
  {
2723
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2723
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2724
2724
  "name": "RefAttributes"
2725
2725
  }
2726
2726
  ],
@@ -2761,12 +2761,12 @@
2761
2761
  "description": "",
2762
2762
  "name": "className",
2763
2763
  "parent": {
2764
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2764
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2765
2765
  "name": "HTMLAttributes"
2766
2766
  },
2767
2767
  "declarations": [
2768
2768
  {
2769
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2769
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2770
2770
  "name": "HTMLAttributes"
2771
2771
  }
2772
2772
  ],
@@ -2780,12 +2780,12 @@
2780
2780
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2781
2781
  "name": "ref",
2782
2782
  "parent": {
2783
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2783
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2784
2784
  "name": "RefAttributes"
2785
2785
  },
2786
2786
  "declarations": [
2787
2787
  {
2788
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2788
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2789
2789
  "name": "RefAttributes"
2790
2790
  }
2791
2791
  ],
@@ -2881,12 +2881,12 @@
2881
2881
  "description": "",
2882
2882
  "name": "className",
2883
2883
  "parent": {
2884
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2884
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2885
2885
  "name": "HTMLAttributes"
2886
2886
  },
2887
2887
  "declarations": [
2888
2888
  {
2889
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2889
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2890
2890
  "name": "HTMLAttributes"
2891
2891
  }
2892
2892
  ],
@@ -2995,12 +2995,12 @@
2995
2995
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2996
2996
  "name": "ref",
2997
2997
  "parent": {
2998
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2998
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
2999
2999
  "name": "RefAttributes"
3000
3000
  },
3001
3001
  "declarations": [
3002
3002
  {
3003
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3003
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
3004
3004
  "name": "RefAttributes"
3005
3005
  }
3006
3006
  ],
@@ -3286,12 +3286,12 @@
3286
3286
  "description": "",
3287
3287
  "name": "className",
3288
3288
  "parent": {
3289
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3289
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
3290
3290
  "name": "HTMLAttributes"
3291
3291
  },
3292
3292
  "declarations": [
3293
3293
  {
3294
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3294
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
3295
3295
  "name": "HTMLAttributes"
3296
3296
  }
3297
3297
  ],
@@ -3305,12 +3305,12 @@
3305
3305
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
3306
3306
  "name": "ref",
3307
3307
  "parent": {
3308
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3308
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
3309
3309
  "name": "RefAttributes"
3310
3310
  },
3311
3311
  "declarations": [
3312
3312
  {
3313
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3313
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
3314
3314
  "name": "RefAttributes"
3315
3315
  }
3316
3316
  ],
@@ -3503,12 +3503,12 @@
3503
3503
  "description": "",
3504
3504
  "name": "className",
3505
3505
  "parent": {
3506
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3506
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
3507
3507
  "name": "HTMLAttributes"
3508
3508
  },
3509
3509
  "declarations": [
3510
3510
  {
3511
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3511
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
3512
3512
  "name": "HTMLAttributes"
3513
3513
  }
3514
3514
  ],
@@ -3522,12 +3522,12 @@
3522
3522
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
3523
3523
  "name": "ref",
3524
3524
  "parent": {
3525
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3525
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
3526
3526
  "name": "RefAttributes"
3527
3527
  },
3528
3528
  "declarations": [
3529
3529
  {
3530
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3530
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
3531
3531
  "name": "RefAttributes"
3532
3532
  }
3533
3533
  ],
@@ -3796,12 +3796,12 @@
3796
3796
  "description": "",
3797
3797
  "name": "className",
3798
3798
  "parent": {
3799
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3799
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
3800
3800
  "name": "HTMLAttributes"
3801
3801
  },
3802
3802
  "declarations": [
3803
3803
  {
3804
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3804
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
3805
3805
  "name": "HTMLAttributes"
3806
3806
  }
3807
3807
  ],
@@ -3815,12 +3815,12 @@
3815
3815
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
3816
3816
  "name": "ref",
3817
3817
  "parent": {
3818
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3818
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
3819
3819
  "name": "RefAttributes"
3820
3820
  },
3821
3821
  "declarations": [
3822
3822
  {
3823
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3823
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
3824
3824
  "name": "RefAttributes"
3825
3825
  }
3826
3826
  ],
@@ -4144,12 +4144,12 @@
4144
4144
  "description": "",
4145
4145
  "name": "className",
4146
4146
  "parent": {
4147
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4147
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4148
4148
  "name": "HTMLAttributes"
4149
4149
  },
4150
4150
  "declarations": [
4151
4151
  {
4152
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4152
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4153
4153
  "name": "HTMLAttributes"
4154
4154
  }
4155
4155
  ],
@@ -4163,12 +4163,12 @@
4163
4163
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4164
4164
  "name": "ref",
4165
4165
  "parent": {
4166
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4166
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4167
4167
  "name": "RefAttributes"
4168
4168
  },
4169
4169
  "declarations": [
4170
4170
  {
4171
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4171
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4172
4172
  "name": "RefAttributes"
4173
4173
  }
4174
4174
  ],
@@ -4325,12 +4325,12 @@
4325
4325
  "description": "",
4326
4326
  "name": "className",
4327
4327
  "parent": {
4328
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4328
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4329
4329
  "name": "HTMLAttributes"
4330
4330
  },
4331
4331
  "declarations": [
4332
4332
  {
4333
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4333
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4334
4334
  "name": "HTMLAttributes"
4335
4335
  }
4336
4336
  ],
@@ -4344,12 +4344,12 @@
4344
4344
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4345
4345
  "name": "ref",
4346
4346
  "parent": {
4347
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4347
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4348
4348
  "name": "RefAttributes"
4349
4349
  },
4350
4350
  "declarations": [
4351
4351
  {
4352
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4352
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4353
4353
  "name": "RefAttributes"
4354
4354
  }
4355
4355
  ],
@@ -4388,12 +4388,12 @@
4388
4388
  "description": "",
4389
4389
  "name": "className",
4390
4390
  "parent": {
4391
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4391
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4392
4392
  "name": "HTMLAttributes"
4393
4393
  },
4394
4394
  "declarations": [
4395
4395
  {
4396
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4396
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4397
4397
  "name": "HTMLAttributes"
4398
4398
  }
4399
4399
  ],
@@ -4407,12 +4407,12 @@
4407
4407
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4408
4408
  "name": "ref",
4409
4409
  "parent": {
4410
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4410
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4411
4411
  "name": "RefAttributes"
4412
4412
  },
4413
4413
  "declarations": [
4414
4414
  {
4415
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4415
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4416
4416
  "name": "RefAttributes"
4417
4417
  }
4418
4418
  ],
@@ -4491,12 +4491,12 @@
4491
4491
  "description": "",
4492
4492
  "name": "className",
4493
4493
  "parent": {
4494
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4494
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4495
4495
  "name": "HTMLAttributes"
4496
4496
  },
4497
4497
  "declarations": [
4498
4498
  {
4499
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4499
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4500
4500
  "name": "HTMLAttributes"
4501
4501
  }
4502
4502
  ],
@@ -4510,12 +4510,12 @@
4510
4510
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4511
4511
  "name": "ref",
4512
4512
  "parent": {
4513
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4513
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4514
4514
  "name": "RefAttributes"
4515
4515
  },
4516
4516
  "declarations": [
4517
4517
  {
4518
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4518
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4519
4519
  "name": "RefAttributes"
4520
4520
  }
4521
4521
  ],
@@ -4596,12 +4596,12 @@
4596
4596
  "description": "",
4597
4597
  "name": "className",
4598
4598
  "parent": {
4599
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4599
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4600
4600
  "name": "HTMLAttributes"
4601
4601
  },
4602
4602
  "declarations": [
4603
4603
  {
4604
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4604
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4605
4605
  "name": "HTMLAttributes"
4606
4606
  }
4607
4607
  ],
@@ -4636,12 +4636,12 @@
4636
4636
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4637
4637
  "name": "ref",
4638
4638
  "parent": {
4639
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4639
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4640
4640
  "name": "RefAttributes"
4641
4641
  },
4642
4642
  "declarations": [
4643
4643
  {
4644
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4644
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4645
4645
  "name": "RefAttributes"
4646
4646
  }
4647
4647
  ],
@@ -4699,12 +4699,12 @@
4699
4699
  "description": "",
4700
4700
  "name": "className",
4701
4701
  "parent": {
4702
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4702
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4703
4703
  "name": "HTMLAttributes"
4704
4704
  },
4705
4705
  "declarations": [
4706
4706
  {
4707
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4707
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4708
4708
  "name": "HTMLAttributes"
4709
4709
  }
4710
4710
  ],
@@ -4718,12 +4718,12 @@
4718
4718
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4719
4719
  "name": "ref",
4720
4720
  "parent": {
4721
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4721
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4722
4722
  "name": "RefAttributes"
4723
4723
  },
4724
4724
  "declarations": [
4725
4725
  {
4726
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4726
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4727
4727
  "name": "RefAttributes"
4728
4728
  }
4729
4729
  ],
@@ -4762,12 +4762,12 @@
4762
4762
  "description": "",
4763
4763
  "name": "className",
4764
4764
  "parent": {
4765
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4765
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4766
4766
  "name": "HTMLAttributes"
4767
4767
  },
4768
4768
  "declarations": [
4769
4769
  {
4770
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4770
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4771
4771
  "name": "HTMLAttributes"
4772
4772
  }
4773
4773
  ],
@@ -4781,12 +4781,12 @@
4781
4781
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4782
4782
  "name": "ref",
4783
4783
  "parent": {
4784
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4784
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4785
4785
  "name": "RefAttributes"
4786
4786
  },
4787
4787
  "declarations": [
4788
4788
  {
4789
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4789
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4790
4790
  "name": "RefAttributes"
4791
4791
  }
4792
4792
  ],
@@ -4825,12 +4825,12 @@
4825
4825
  "description": "",
4826
4826
  "name": "className",
4827
4827
  "parent": {
4828
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4828
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4829
4829
  "name": "HTMLAttributes"
4830
4830
  },
4831
4831
  "declarations": [
4832
4832
  {
4833
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4833
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4834
4834
  "name": "HTMLAttributes"
4835
4835
  }
4836
4836
  ],
@@ -4844,12 +4844,12 @@
4844
4844
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4845
4845
  "name": "ref",
4846
4846
  "parent": {
4847
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4847
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4848
4848
  "name": "RefAttributes"
4849
4849
  },
4850
4850
  "declarations": [
4851
4851
  {
4852
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4852
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4853
4853
  "name": "RefAttributes"
4854
4854
  }
4855
4855
  ],
@@ -4907,12 +4907,12 @@
4907
4907
  "description": "",
4908
4908
  "name": "className",
4909
4909
  "parent": {
4910
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4910
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4911
4911
  "name": "HTMLAttributes"
4912
4912
  },
4913
4913
  "declarations": [
4914
4914
  {
4915
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4915
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4916
4916
  "name": "HTMLAttributes"
4917
4917
  }
4918
4918
  ],
@@ -4926,12 +4926,12 @@
4926
4926
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4927
4927
  "name": "ref",
4928
4928
  "parent": {
4929
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4929
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4930
4930
  "name": "RefAttributes"
4931
4931
  },
4932
4932
  "declarations": [
4933
4933
  {
4934
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4934
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4935
4935
  "name": "RefAttributes"
4936
4936
  }
4937
4937
  ],
@@ -4989,12 +4989,12 @@
4989
4989
  "description": "",
4990
4990
  "name": "className",
4991
4991
  "parent": {
4992
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4992
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4993
4993
  "name": "HTMLAttributes"
4994
4994
  },
4995
4995
  "declarations": [
4996
4996
  {
4997
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4997
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
4998
4998
  "name": "HTMLAttributes"
4999
4999
  }
5000
5000
  ],
@@ -5008,12 +5008,12 @@
5008
5008
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5009
5009
  "name": "ref",
5010
5010
  "parent": {
5011
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5011
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5012
5012
  "name": "RefAttributes"
5013
5013
  },
5014
5014
  "declarations": [
5015
5015
  {
5016
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5016
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5017
5017
  "name": "RefAttributes"
5018
5018
  }
5019
5019
  ],
@@ -5115,12 +5115,12 @@
5115
5115
  "description": "",
5116
5116
  "name": "className",
5117
5117
  "parent": {
5118
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5118
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5119
5119
  "name": "HTMLAttributes"
5120
5120
  },
5121
5121
  "declarations": [
5122
5122
  {
5123
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5123
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5124
5124
  "name": "HTMLAttributes"
5125
5125
  }
5126
5126
  ],
@@ -5134,12 +5134,12 @@
5134
5134
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5135
5135
  "name": "ref",
5136
5136
  "parent": {
5137
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5137
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5138
5138
  "name": "RefAttributes"
5139
5139
  },
5140
5140
  "declarations": [
5141
5141
  {
5142
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5142
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5143
5143
  "name": "RefAttributes"
5144
5144
  }
5145
5145
  ],
@@ -5199,12 +5199,12 @@
5199
5199
  "description": "",
5200
5200
  "name": "className",
5201
5201
  "parent": {
5202
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5202
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5203
5203
  "name": "HTMLAttributes"
5204
5204
  },
5205
5205
  "declarations": [
5206
5206
  {
5207
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5207
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5208
5208
  "name": "HTMLAttributes"
5209
5209
  }
5210
5210
  ],
@@ -5218,12 +5218,12 @@
5218
5218
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5219
5219
  "name": "ref",
5220
5220
  "parent": {
5221
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5221
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5222
5222
  "name": "RefAttributes"
5223
5223
  },
5224
5224
  "declarations": [
5225
5225
  {
5226
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5226
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5227
5227
  "name": "RefAttributes"
5228
5228
  }
5229
5229
  ],
@@ -5243,12 +5243,12 @@
5243
5243
  "description": "",
5244
5244
  "name": "className",
5245
5245
  "parent": {
5246
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5246
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5247
5247
  "name": "HTMLAttributes"
5248
5248
  },
5249
5249
  "declarations": [
5250
5250
  {
5251
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5251
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5252
5252
  "name": "HTMLAttributes"
5253
5253
  }
5254
5254
  ],
@@ -5262,12 +5262,12 @@
5262
5262
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5263
5263
  "name": "ref",
5264
5264
  "parent": {
5265
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5265
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5266
5266
  "name": "RefAttributes"
5267
5267
  },
5268
5268
  "declarations": [
5269
5269
  {
5270
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5270
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5271
5271
  "name": "RefAttributes"
5272
5272
  }
5273
5273
  ],
@@ -5287,12 +5287,12 @@
5287
5287
  "description": "",
5288
5288
  "name": "className",
5289
5289
  "parent": {
5290
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5290
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5291
5291
  "name": "HTMLAttributes"
5292
5292
  },
5293
5293
  "declarations": [
5294
5294
  {
5295
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5295
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5296
5296
  "name": "HTMLAttributes"
5297
5297
  }
5298
5298
  ],
@@ -5306,12 +5306,12 @@
5306
5306
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5307
5307
  "name": "ref",
5308
5308
  "parent": {
5309
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5309
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5310
5310
  "name": "RefAttributes"
5311
5311
  },
5312
5312
  "declarations": [
5313
5313
  {
5314
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5314
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5315
5315
  "name": "RefAttributes"
5316
5316
  }
5317
5317
  ],
@@ -5432,12 +5432,12 @@
5432
5432
  "description": "",
5433
5433
  "name": "className",
5434
5434
  "parent": {
5435
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5435
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5436
5436
  "name": "HTMLAttributes"
5437
5437
  },
5438
5438
  "declarations": [
5439
5439
  {
5440
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5440
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5441
5441
  "name": "HTMLAttributes"
5442
5442
  }
5443
5443
  ],
@@ -5514,12 +5514,12 @@
5514
5514
  "description": "",
5515
5515
  "name": "className",
5516
5516
  "parent": {
5517
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5517
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5518
5518
  "name": "HTMLAttributes"
5519
5519
  },
5520
5520
  "declarations": [
5521
5521
  {
5522
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5522
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5523
5523
  "name": "HTMLAttributes"
5524
5524
  }
5525
5525
  ],
@@ -5533,12 +5533,12 @@
5533
5533
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5534
5534
  "name": "ref",
5535
5535
  "parent": {
5536
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5536
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5537
5537
  "name": "RefAttributes"
5538
5538
  },
5539
5539
  "declarations": [
5540
5540
  {
5541
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5541
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5542
5542
  "name": "RefAttributes"
5543
5543
  }
5544
5544
  ],
@@ -5642,12 +5642,12 @@
5642
5642
  "description": "",
5643
5643
  "name": "className",
5644
5644
  "parent": {
5645
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5645
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5646
5646
  "name": "SVGAttributes"
5647
5647
  },
5648
5648
  "declarations": [
5649
5649
  {
5650
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5650
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5651
5651
  "name": "SVGAttributes"
5652
5652
  }
5653
5653
  ],
@@ -5661,16 +5661,16 @@
5661
5661
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5662
5662
  "name": "ref",
5663
5663
  "parent": {
5664
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5664
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5665
5665
  "name": "ClassAttributes"
5666
5666
  },
5667
5667
  "declarations": [
5668
5668
  {
5669
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5669
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5670
5670
  "name": "ClassAttributes"
5671
5671
  },
5672
5672
  {
5673
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5673
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5674
5674
  "name": "RefAttributes"
5675
5675
  }
5676
5676
  ],
@@ -5882,12 +5882,12 @@
5882
5882
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5883
5883
  "name": "ref",
5884
5884
  "parent": {
5885
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5885
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5886
5886
  "name": "RefAttributes"
5887
5887
  },
5888
5888
  "declarations": [
5889
5889
  {
5890
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5890
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5891
5891
  "name": "RefAttributes"
5892
5892
  }
5893
5893
  ],
@@ -5907,12 +5907,12 @@
5907
5907
  "description": "",
5908
5908
  "name": "className",
5909
5909
  "parent": {
5910
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5910
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5911
5911
  "name": "HTMLAttributes"
5912
5912
  },
5913
5913
  "declarations": [
5914
5914
  {
5915
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5915
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5916
5916
  "name": "HTMLAttributes"
5917
5917
  }
5918
5918
  ],
@@ -5926,12 +5926,12 @@
5926
5926
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5927
5927
  "name": "ref",
5928
5928
  "parent": {
5929
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5929
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5930
5930
  "name": "RefAttributes"
5931
5931
  },
5932
5932
  "declarations": [
5933
5933
  {
5934
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5934
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5935
5935
  "name": "RefAttributes"
5936
5936
  }
5937
5937
  ],
@@ -5951,12 +5951,12 @@
5951
5951
  "description": "",
5952
5952
  "name": "className",
5953
5953
  "parent": {
5954
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5954
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5955
5955
  "name": "HTMLAttributes"
5956
5956
  },
5957
5957
  "declarations": [
5958
5958
  {
5959
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5959
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5960
5960
  "name": "HTMLAttributes"
5961
5961
  }
5962
5962
  ],
@@ -5970,12 +5970,12 @@
5970
5970
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5971
5971
  "name": "ref",
5972
5972
  "parent": {
5973
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5973
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5974
5974
  "name": "RefAttributes"
5975
5975
  },
5976
5976
  "declarations": [
5977
5977
  {
5978
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5978
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
5979
5979
  "name": "RefAttributes"
5980
5980
  }
5981
5981
  ],
@@ -6016,12 +6016,12 @@
6016
6016
  "description": "",
6017
6017
  "name": "className",
6018
6018
  "parent": {
6019
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6019
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6020
6020
  "name": "HTMLAttributes"
6021
6021
  },
6022
6022
  "declarations": [
6023
6023
  {
6024
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6024
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6025
6025
  "name": "HTMLAttributes"
6026
6026
  }
6027
6027
  ],
@@ -6035,12 +6035,12 @@
6035
6035
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6036
6036
  "name": "ref",
6037
6037
  "parent": {
6038
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6038
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6039
6039
  "name": "RefAttributes"
6040
6040
  },
6041
6041
  "declarations": [
6042
6042
  {
6043
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6043
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6044
6044
  "name": "RefAttributes"
6045
6045
  }
6046
6046
  ],
@@ -6260,7 +6260,7 @@
6260
6260
  ],
6261
6261
  "required": false,
6262
6262
  "type": {
6263
- "name": "((item: PaginationItemProps) => ReactElement<any, any> | null)"
6263
+ "name": "((item: PaginationItemProps) => ReactNode)"
6264
6264
  }
6265
6265
  },
6266
6266
  "className": {
@@ -6268,12 +6268,12 @@
6268
6268
  "description": "",
6269
6269
  "name": "className",
6270
6270
  "parent": {
6271
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6271
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6272
6272
  "name": "HTMLAttributes"
6273
6273
  },
6274
6274
  "declarations": [
6275
6275
  {
6276
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6276
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6277
6277
  "name": "HTMLAttributes"
6278
6278
  }
6279
6279
  ],
@@ -6287,12 +6287,12 @@
6287
6287
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6288
6288
  "name": "ref",
6289
6289
  "parent": {
6290
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6290
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6291
6291
  "name": "RefAttributes"
6292
6292
  },
6293
6293
  "declarations": [
6294
6294
  {
6295
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6295
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6296
6296
  "name": "RefAttributes"
6297
6297
  }
6298
6298
  ],
@@ -6493,12 +6493,12 @@
6493
6493
  "description": "",
6494
6494
  "name": "className",
6495
6495
  "parent": {
6496
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6496
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6497
6497
  "name": "HTMLAttributes"
6498
6498
  },
6499
6499
  "declarations": [
6500
6500
  {
6501
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6501
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6502
6502
  "name": "HTMLAttributes"
6503
6503
  }
6504
6504
  ],
@@ -6512,12 +6512,12 @@
6512
6512
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6513
6513
  "name": "ref",
6514
6514
  "parent": {
6515
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6515
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6516
6516
  "name": "RefAttributes"
6517
6517
  },
6518
6518
  "declarations": [
6519
6519
  {
6520
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6520
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6521
6521
  "name": "RefAttributes"
6522
6522
  }
6523
6523
  ],
@@ -6577,12 +6577,12 @@
6577
6577
  "description": "",
6578
6578
  "name": "className",
6579
6579
  "parent": {
6580
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6580
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6581
6581
  "name": "HTMLAttributes"
6582
6582
  },
6583
6583
  "declarations": [
6584
6584
  {
6585
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6585
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6586
6586
  "name": "HTMLAttributes"
6587
6587
  }
6588
6588
  ],
@@ -6596,12 +6596,12 @@
6596
6596
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6597
6597
  "name": "ref",
6598
6598
  "parent": {
6599
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6599
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6600
6600
  "name": "RefAttributes"
6601
6601
  },
6602
6602
  "declarations": [
6603
6603
  {
6604
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6604
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6605
6605
  "name": "RefAttributes"
6606
6606
  }
6607
6607
  ],
@@ -6802,12 +6802,12 @@
6802
6802
  "description": "",
6803
6803
  "name": "className",
6804
6804
  "parent": {
6805
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6805
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6806
6806
  "name": "HTMLAttributes"
6807
6807
  },
6808
6808
  "declarations": [
6809
6809
  {
6810
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6810
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6811
6811
  "name": "HTMLAttributes"
6812
6812
  }
6813
6813
  ],
@@ -6821,12 +6821,12 @@
6821
6821
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6822
6822
  "name": "ref",
6823
6823
  "parent": {
6824
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6824
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6825
6825
  "name": "RefAttributes"
6826
6826
  },
6827
6827
  "declarations": [
6828
6828
  {
6829
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6829
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6830
6830
  "name": "RefAttributes"
6831
6831
  }
6832
6832
  ],
@@ -6846,12 +6846,12 @@
6846
6846
  "description": "",
6847
6847
  "name": "className",
6848
6848
  "parent": {
6849
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6849
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6850
6850
  "name": "HTMLAttributes"
6851
6851
  },
6852
6852
  "declarations": [
6853
6853
  {
6854
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6854
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6855
6855
  "name": "HTMLAttributes"
6856
6856
  }
6857
6857
  ],
@@ -6865,12 +6865,12 @@
6865
6865
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6866
6866
  "name": "ref",
6867
6867
  "parent": {
6868
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6868
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6869
6869
  "name": "RefAttributes"
6870
6870
  },
6871
6871
  "declarations": [
6872
6872
  {
6873
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6873
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
6874
6874
  "name": "RefAttributes"
6875
6875
  }
6876
6876
  ],
@@ -7014,12 +7014,12 @@
7014
7014
  "description": "",
7015
7015
  "name": "className",
7016
7016
  "parent": {
7017
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7017
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7018
7018
  "name": "HTMLAttributes"
7019
7019
  },
7020
7020
  "declarations": [
7021
7021
  {
7022
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7022
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7023
7023
  "name": "HTMLAttributes"
7024
7024
  }
7025
7025
  ],
@@ -7033,12 +7033,12 @@
7033
7033
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7034
7034
  "name": "ref",
7035
7035
  "parent": {
7036
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7036
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7037
7037
  "name": "RefAttributes"
7038
7038
  },
7039
7039
  "declarations": [
7040
7040
  {
7041
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7041
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7042
7042
  "name": "RefAttributes"
7043
7043
  }
7044
7044
  ],
@@ -7138,12 +7138,12 @@
7138
7138
  "description": "",
7139
7139
  "name": "className",
7140
7140
  "parent": {
7141
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7141
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7142
7142
  "name": "HTMLAttributes"
7143
7143
  },
7144
7144
  "declarations": [
7145
7145
  {
7146
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7146
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7147
7147
  "name": "HTMLAttributes"
7148
7148
  }
7149
7149
  ],
@@ -7157,12 +7157,12 @@
7157
7157
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7158
7158
  "name": "ref",
7159
7159
  "parent": {
7160
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7160
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7161
7161
  "name": "RefAttributes"
7162
7162
  },
7163
7163
  "declarations": [
7164
7164
  {
7165
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7165
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7166
7166
  "name": "RefAttributes"
7167
7167
  }
7168
7168
  ],
@@ -7264,12 +7264,12 @@
7264
7264
  "description": "",
7265
7265
  "name": "className",
7266
7266
  "parent": {
7267
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7267
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7268
7268
  "name": "HTMLAttributes"
7269
7269
  },
7270
7270
  "declarations": [
7271
7271
  {
7272
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7272
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7273
7273
  "name": "HTMLAttributes"
7274
7274
  }
7275
7275
  ],
@@ -7283,12 +7283,12 @@
7283
7283
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7284
7284
  "name": "ref",
7285
7285
  "parent": {
7286
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7286
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7287
7287
  "name": "RefAttributes"
7288
7288
  },
7289
7289
  "declarations": [
7290
7290
  {
7291
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7291
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7292
7292
  "name": "RefAttributes"
7293
7293
  }
7294
7294
  ],
@@ -7407,12 +7407,12 @@
7407
7407
  "description": "",
7408
7408
  "name": "className",
7409
7409
  "parent": {
7410
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7410
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7411
7411
  "name": "HTMLAttributes"
7412
7412
  },
7413
7413
  "declarations": [
7414
7414
  {
7415
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7415
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7416
7416
  "name": "HTMLAttributes"
7417
7417
  }
7418
7418
  ],
@@ -7426,12 +7426,12 @@
7426
7426
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7427
7427
  "name": "ref",
7428
7428
  "parent": {
7429
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7429
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7430
7430
  "name": "RefAttributes"
7431
7431
  },
7432
7432
  "declarations": [
7433
7433
  {
7434
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7434
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7435
7435
  "name": "RefAttributes"
7436
7436
  }
7437
7437
  ],
@@ -7451,12 +7451,12 @@
7451
7451
  "description": "",
7452
7452
  "name": "className",
7453
7453
  "parent": {
7454
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7454
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7455
7455
  "name": "HTMLAttributes"
7456
7456
  },
7457
7457
  "declarations": [
7458
7458
  {
7459
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7459
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7460
7460
  "name": "HTMLAttributes"
7461
7461
  }
7462
7462
  ],
@@ -7470,12 +7470,12 @@
7470
7470
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7471
7471
  "name": "ref",
7472
7472
  "parent": {
7473
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7473
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7474
7474
  "name": "RefAttributes"
7475
7475
  },
7476
7476
  "declarations": [
7477
7477
  {
7478
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7478
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7479
7479
  "name": "RefAttributes"
7480
7480
  }
7481
7481
  ],
@@ -7575,12 +7575,12 @@
7575
7575
  "description": "",
7576
7576
  "name": "className",
7577
7577
  "parent": {
7578
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7578
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7579
7579
  "name": "HTMLAttributes"
7580
7580
  },
7581
7581
  "declarations": [
7582
7582
  {
7583
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7583
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7584
7584
  "name": "HTMLAttributes"
7585
7585
  }
7586
7586
  ],
@@ -7594,12 +7594,12 @@
7594
7594
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7595
7595
  "name": "ref",
7596
7596
  "parent": {
7597
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7597
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7598
7598
  "name": "RefAttributes"
7599
7599
  },
7600
7600
  "declarations": [
7601
7601
  {
7602
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7602
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7603
7603
  "name": "RefAttributes"
7604
7604
  }
7605
7605
  ],
@@ -7640,12 +7640,12 @@
7640
7640
  "description": "",
7641
7641
  "name": "className",
7642
7642
  "parent": {
7643
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7643
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7644
7644
  "name": "HTMLAttributes"
7645
7645
  },
7646
7646
  "declarations": [
7647
7647
  {
7648
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7648
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7649
7649
  "name": "HTMLAttributes"
7650
7650
  }
7651
7651
  ],
@@ -7659,12 +7659,12 @@
7659
7659
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7660
7660
  "name": "ref",
7661
7661
  "parent": {
7662
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7662
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7663
7663
  "name": "RefAttributes"
7664
7664
  },
7665
7665
  "declarations": [
7666
7666
  {
7667
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7667
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7668
7668
  "name": "RefAttributes"
7669
7669
  }
7670
7670
  ],
@@ -7888,12 +7888,12 @@
7888
7888
  "description": "",
7889
7889
  "name": "className",
7890
7890
  "parent": {
7891
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7891
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7892
7892
  "name": "HTMLAttributes"
7893
7893
  },
7894
7894
  "declarations": [
7895
7895
  {
7896
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7896
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7897
7897
  "name": "HTMLAttributes"
7898
7898
  }
7899
7899
  ],
@@ -7907,12 +7907,12 @@
7907
7907
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7908
7908
  "name": "ref",
7909
7909
  "parent": {
7910
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7910
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7911
7911
  "name": "RefAttributes"
7912
7912
  },
7913
7913
  "declarations": [
7914
7914
  {
7915
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7915
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7916
7916
  "name": "RefAttributes"
7917
7917
  }
7918
7918
  ],
@@ -7932,12 +7932,12 @@
7932
7932
  "description": "",
7933
7933
  "name": "className",
7934
7934
  "parent": {
7935
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7935
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7936
7936
  "name": "HTMLAttributes"
7937
7937
  },
7938
7938
  "declarations": [
7939
7939
  {
7940
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7940
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7941
7941
  "name": "HTMLAttributes"
7942
7942
  }
7943
7943
  ],
@@ -7951,12 +7951,12 @@
7951
7951
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7952
7952
  "name": "ref",
7953
7953
  "parent": {
7954
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7954
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7955
7955
  "name": "RefAttributes"
7956
7956
  },
7957
7957
  "declarations": [
7958
7958
  {
7959
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7959
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
7960
7960
  "name": "RefAttributes"
7961
7961
  }
7962
7962
  ],
@@ -8016,12 +8016,12 @@
8016
8016
  "description": "",
8017
8017
  "name": "className",
8018
8018
  "parent": {
8019
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8019
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8020
8020
  "name": "HTMLAttributes"
8021
8021
  },
8022
8022
  "declarations": [
8023
8023
  {
8024
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8024
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8025
8025
  "name": "HTMLAttributes"
8026
8026
  }
8027
8027
  ],
@@ -8035,12 +8035,12 @@
8035
8035
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8036
8036
  "name": "ref",
8037
8037
  "parent": {
8038
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8038
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8039
8039
  "name": "RefAttributes"
8040
8040
  },
8041
8041
  "declarations": [
8042
8042
  {
8043
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8043
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8044
8044
  "name": "RefAttributes"
8045
8045
  }
8046
8046
  ],
@@ -8102,12 +8102,12 @@
8102
8102
  "description": "",
8103
8103
  "name": "className",
8104
8104
  "parent": {
8105
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8105
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8106
8106
  "name": "HTMLAttributes"
8107
8107
  },
8108
8108
  "declarations": [
8109
8109
  {
8110
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8110
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8111
8111
  "name": "HTMLAttributes"
8112
8112
  }
8113
8113
  ],
@@ -8121,12 +8121,12 @@
8121
8121
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8122
8122
  "name": "ref",
8123
8123
  "parent": {
8124
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8124
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8125
8125
  "name": "RefAttributes"
8126
8126
  },
8127
8127
  "declarations": [
8128
8128
  {
8129
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8129
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8130
8130
  "name": "RefAttributes"
8131
8131
  }
8132
8132
  ],
@@ -8226,12 +8226,12 @@
8226
8226
  "description": "",
8227
8227
  "name": "className",
8228
8228
  "parent": {
8229
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8229
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8230
8230
  "name": "HTMLAttributes"
8231
8231
  },
8232
8232
  "declarations": [
8233
8233
  {
8234
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8234
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8235
8235
  "name": "HTMLAttributes"
8236
8236
  }
8237
8237
  ],
@@ -8245,12 +8245,12 @@
8245
8245
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8246
8246
  "name": "ref",
8247
8247
  "parent": {
8248
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8248
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8249
8249
  "name": "RefAttributes"
8250
8250
  },
8251
8251
  "declarations": [
8252
8252
  {
8253
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8253
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8254
8254
  "name": "RefAttributes"
8255
8255
  }
8256
8256
  ],
@@ -8327,12 +8327,12 @@
8327
8327
  "description": "",
8328
8328
  "name": "className",
8329
8329
  "parent": {
8330
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8330
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8331
8331
  "name": "HTMLAttributes"
8332
8332
  },
8333
8333
  "declarations": [
8334
8334
  {
8335
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8335
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8336
8336
  "name": "HTMLAttributes"
8337
8337
  }
8338
8338
  ],
@@ -8346,12 +8346,12 @@
8346
8346
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8347
8347
  "name": "ref",
8348
8348
  "parent": {
8349
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8349
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8350
8350
  "name": "RefAttributes"
8351
8351
  },
8352
8352
  "declarations": [
8353
8353
  {
8354
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8354
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8355
8355
  "name": "RefAttributes"
8356
8356
  }
8357
8357
  ],
@@ -8390,12 +8390,12 @@
8390
8390
  "description": "",
8391
8391
  "name": "className",
8392
8392
  "parent": {
8393
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8393
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8394
8394
  "name": "HTMLAttributes"
8395
8395
  },
8396
8396
  "declarations": [
8397
8397
  {
8398
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8398
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8399
8399
  "name": "HTMLAttributes"
8400
8400
  }
8401
8401
  ],
@@ -8409,12 +8409,12 @@
8409
8409
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8410
8410
  "name": "ref",
8411
8411
  "parent": {
8412
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8412
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8413
8413
  "name": "RefAttributes"
8414
8414
  },
8415
8415
  "declarations": [
8416
8416
  {
8417
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8417
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8418
8418
  "name": "RefAttributes"
8419
8419
  }
8420
8420
  ],
@@ -8472,12 +8472,12 @@
8472
8472
  "description": "",
8473
8473
  "name": "className",
8474
8474
  "parent": {
8475
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8475
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8476
8476
  "name": "HTMLAttributes"
8477
8477
  },
8478
8478
  "declarations": [
8479
8479
  {
8480
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8480
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8481
8481
  "name": "HTMLAttributes"
8482
8482
  }
8483
8483
  ],
@@ -8491,12 +8491,12 @@
8491
8491
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8492
8492
  "name": "ref",
8493
8493
  "parent": {
8494
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8494
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8495
8495
  "name": "RefAttributes"
8496
8496
  },
8497
8497
  "declarations": [
8498
8498
  {
8499
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8499
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8500
8500
  "name": "RefAttributes"
8501
8501
  }
8502
8502
  ],
@@ -8657,12 +8657,12 @@
8657
8657
  "description": "",
8658
8658
  "name": "className",
8659
8659
  "parent": {
8660
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8660
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8661
8661
  "name": "HTMLAttributes"
8662
8662
  },
8663
8663
  "declarations": [
8664
8664
  {
8665
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8665
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8666
8666
  "name": "HTMLAttributes"
8667
8667
  }
8668
8668
  ],
@@ -8676,12 +8676,12 @@
8676
8676
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8677
8677
  "name": "ref",
8678
8678
  "parent": {
8679
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8679
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8680
8680
  "name": "RefAttributes"
8681
8681
  },
8682
8682
  "declarations": [
8683
8683
  {
8684
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8684
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8685
8685
  "name": "RefAttributes"
8686
8686
  }
8687
8687
  ],
@@ -8741,12 +8741,12 @@
8741
8741
  "description": "",
8742
8742
  "name": "className",
8743
8743
  "parent": {
8744
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8744
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8745
8745
  "name": "HTMLAttributes"
8746
8746
  },
8747
8747
  "declarations": [
8748
8748
  {
8749
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8749
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8750
8750
  "name": "HTMLAttributes"
8751
8751
  }
8752
8752
  ],
@@ -8760,12 +8760,12 @@
8760
8760
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8761
8761
  "name": "ref",
8762
8762
  "parent": {
8763
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8763
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8764
8764
  "name": "RefAttributes"
8765
8765
  },
8766
8766
  "declarations": [
8767
8767
  {
8768
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8768
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8769
8769
  "name": "RefAttributes"
8770
8770
  }
8771
8771
  ],
@@ -8844,12 +8844,12 @@
8844
8844
  "description": "",
8845
8845
  "name": "className",
8846
8846
  "parent": {
8847
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8847
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8848
8848
  "name": "HTMLAttributes"
8849
8849
  },
8850
8850
  "declarations": [
8851
8851
  {
8852
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8852
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8853
8853
  "name": "HTMLAttributes"
8854
8854
  }
8855
8855
  ],
@@ -8863,12 +8863,12 @@
8863
8863
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8864
8864
  "name": "ref",
8865
8865
  "parent": {
8866
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8866
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8867
8867
  "name": "RefAttributes"
8868
8868
  },
8869
8869
  "declarations": [
8870
8870
  {
8871
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8871
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8872
8872
  "name": "RefAttributes"
8873
8873
  }
8874
8874
  ],
@@ -8966,12 +8966,12 @@
8966
8966
  "description": "",
8967
8967
  "name": "className",
8968
8968
  "parent": {
8969
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8969
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8970
8970
  "name": "HTMLAttributes"
8971
8971
  },
8972
8972
  "declarations": [
8973
8973
  {
8974
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8974
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
8975
8975
  "name": "HTMLAttributes"
8976
8976
  }
8977
8977
  ],
@@ -9050,12 +9050,12 @@
9050
9050
  "description": "",
9051
9051
  "name": "className",
9052
9052
  "parent": {
9053
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9053
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9054
9054
  "name": "HTMLAttributes"
9055
9055
  },
9056
9056
  "declarations": [
9057
9057
  {
9058
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9058
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9059
9059
  "name": "HTMLAttributes"
9060
9060
  }
9061
9061
  ],
@@ -9069,12 +9069,12 @@
9069
9069
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9070
9070
  "name": "ref",
9071
9071
  "parent": {
9072
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9072
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9073
9073
  "name": "RefAttributes"
9074
9074
  },
9075
9075
  "declarations": [
9076
9076
  {
9077
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9077
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9078
9078
  "name": "RefAttributes"
9079
9079
  }
9080
9080
  ],
@@ -9231,12 +9231,12 @@
9231
9231
  "description": "",
9232
9232
  "name": "className",
9233
9233
  "parent": {
9234
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9234
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9235
9235
  "name": "HTMLAttributes"
9236
9236
  },
9237
9237
  "declarations": [
9238
9238
  {
9239
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9239
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9240
9240
  "name": "HTMLAttributes"
9241
9241
  }
9242
9242
  ],
@@ -9250,12 +9250,12 @@
9250
9250
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9251
9251
  "name": "ref",
9252
9252
  "parent": {
9253
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9253
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9254
9254
  "name": "RefAttributes"
9255
9255
  },
9256
9256
  "declarations": [
9257
9257
  {
9258
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9258
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9259
9259
  "name": "RefAttributes"
9260
9260
  }
9261
9261
  ],
@@ -9313,12 +9313,12 @@
9313
9313
  "description": "",
9314
9314
  "name": "className",
9315
9315
  "parent": {
9316
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9316
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9317
9317
  "name": "HTMLAttributes"
9318
9318
  },
9319
9319
  "declarations": [
9320
9320
  {
9321
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9321
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9322
9322
  "name": "HTMLAttributes"
9323
9323
  }
9324
9324
  ],
@@ -9332,12 +9332,12 @@
9332
9332
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9333
9333
  "name": "ref",
9334
9334
  "parent": {
9335
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9335
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9336
9336
  "name": "RefAttributes"
9337
9337
  },
9338
9338
  "declarations": [
9339
9339
  {
9340
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9340
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9341
9341
  "name": "RefAttributes"
9342
9342
  }
9343
9343
  ],
@@ -9559,12 +9559,12 @@
9559
9559
  "description": "",
9560
9560
  "name": "className",
9561
9561
  "parent": {
9562
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9562
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9563
9563
  "name": "HTMLAttributes"
9564
9564
  },
9565
9565
  "declarations": [
9566
9566
  {
9567
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9567
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9568
9568
  "name": "HTMLAttributes"
9569
9569
  }
9570
9570
  ],
@@ -9578,12 +9578,12 @@
9578
9578
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9579
9579
  "name": "ref",
9580
9580
  "parent": {
9581
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9581
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9582
9582
  "name": "RefAttributes"
9583
9583
  },
9584
9584
  "declarations": [
9585
9585
  {
9586
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9586
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9587
9587
  "name": "RefAttributes"
9588
9588
  }
9589
9589
  ],
@@ -9735,12 +9735,12 @@
9735
9735
  "description": "",
9736
9736
  "name": "className",
9737
9737
  "parent": {
9738
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9738
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9739
9739
  "name": "HTMLAttributes"
9740
9740
  },
9741
9741
  "declarations": [
9742
9742
  {
9743
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9743
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9744
9744
  "name": "HTMLAttributes"
9745
9745
  }
9746
9746
  ],
@@ -9754,12 +9754,12 @@
9754
9754
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9755
9755
  "name": "ref",
9756
9756
  "parent": {
9757
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9757
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9758
9758
  "name": "RefAttributes"
9759
9759
  },
9760
9760
  "declarations": [
9761
9761
  {
9762
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9762
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9763
9763
  "name": "RefAttributes"
9764
9764
  }
9765
9765
  ],
@@ -9911,12 +9911,12 @@
9911
9911
  "description": "",
9912
9912
  "name": "className",
9913
9913
  "parent": {
9914
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9914
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9915
9915
  "name": "HTMLAttributes"
9916
9916
  },
9917
9917
  "declarations": [
9918
9918
  {
9919
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9919
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9920
9920
  "name": "HTMLAttributes"
9921
9921
  }
9922
9922
  ],
@@ -9930,12 +9930,12 @@
9930
9930
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9931
9931
  "name": "ref",
9932
9932
  "parent": {
9933
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9933
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9934
9934
  "name": "RefAttributes"
9935
9935
  },
9936
9936
  "declarations": [
9937
9937
  {
9938
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9938
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
9939
9939
  "name": "RefAttributes"
9940
9940
  }
9941
9941
  ],
@@ -10106,12 +10106,12 @@
10106
10106
  "description": "",
10107
10107
  "name": "className",
10108
10108
  "parent": {
10109
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10109
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10110
10110
  "name": "HTMLAttributes"
10111
10111
  },
10112
10112
  "declarations": [
10113
10113
  {
10114
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10114
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10115
10115
  "name": "HTMLAttributes"
10116
10116
  }
10117
10117
  ],
@@ -10125,12 +10125,12 @@
10125
10125
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10126
10126
  "name": "ref",
10127
10127
  "parent": {
10128
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10128
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10129
10129
  "name": "RefAttributes"
10130
10130
  },
10131
10131
  "declarations": [
10132
10132
  {
10133
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10133
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10134
10134
  "name": "RefAttributes"
10135
10135
  }
10136
10136
  ],
@@ -10205,12 +10205,12 @@
10205
10205
  "description": "",
10206
10206
  "name": "className",
10207
10207
  "parent": {
10208
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10208
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10209
10209
  "name": "HTMLAttributes"
10210
10210
  },
10211
10211
  "declarations": [
10212
10212
  {
10213
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10213
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10214
10214
  "name": "HTMLAttributes"
10215
10215
  }
10216
10216
  ],
@@ -10224,12 +10224,12 @@
10224
10224
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10225
10225
  "name": "ref",
10226
10226
  "parent": {
10227
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10227
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10228
10228
  "name": "RefAttributes"
10229
10229
  },
10230
10230
  "declarations": [
10231
10231
  {
10232
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10232
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10233
10233
  "name": "RefAttributes"
10234
10234
  }
10235
10235
  ],
@@ -10368,12 +10368,12 @@
10368
10368
  "description": "",
10369
10369
  "name": "className",
10370
10370
  "parent": {
10371
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10371
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10372
10372
  "name": "HTMLAttributes"
10373
10373
  },
10374
10374
  "declarations": [
10375
10375
  {
10376
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10376
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10377
10377
  "name": "HTMLAttributes"
10378
10378
  }
10379
10379
  ],
@@ -10387,12 +10387,12 @@
10387
10387
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10388
10388
  "name": "ref",
10389
10389
  "parent": {
10390
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10390
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10391
10391
  "name": "RefAttributes"
10392
10392
  },
10393
10393
  "declarations": [
10394
10394
  {
10395
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10395
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10396
10396
  "name": "RefAttributes"
10397
10397
  }
10398
10398
  ],
@@ -10450,12 +10450,12 @@
10450
10450
  "description": "",
10451
10451
  "name": "className",
10452
10452
  "parent": {
10453
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10453
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10454
10454
  "name": "HTMLAttributes"
10455
10455
  },
10456
10456
  "declarations": [
10457
10457
  {
10458
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10458
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10459
10459
  "name": "HTMLAttributes"
10460
10460
  }
10461
10461
  ],
@@ -10469,12 +10469,12 @@
10469
10469
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10470
10470
  "name": "ref",
10471
10471
  "parent": {
10472
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10472
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10473
10473
  "name": "RefAttributes"
10474
10474
  },
10475
10475
  "declarations": [
10476
10476
  {
10477
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10477
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10478
10478
  "name": "RefAttributes"
10479
10479
  }
10480
10480
  ],
@@ -10579,12 +10579,12 @@
10579
10579
  "description": "",
10580
10580
  "name": "className",
10581
10581
  "parent": {
10582
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10582
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10583
10583
  "name": "HTMLAttributes"
10584
10584
  },
10585
10585
  "declarations": [
10586
10586
  {
10587
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10587
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10588
10588
  "name": "HTMLAttributes"
10589
10589
  }
10590
10590
  ],
@@ -10598,12 +10598,12 @@
10598
10598
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10599
10599
  "name": "ref",
10600
10600
  "parent": {
10601
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10601
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10602
10602
  "name": "RefAttributes"
10603
10603
  },
10604
10604
  "declarations": [
10605
10605
  {
10606
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10606
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10607
10607
  "name": "RefAttributes"
10608
10608
  }
10609
10609
  ],
@@ -10703,12 +10703,12 @@
10703
10703
  "description": "",
10704
10704
  "name": "className",
10705
10705
  "parent": {
10706
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10706
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10707
10707
  "name": "HTMLAttributes"
10708
10708
  },
10709
10709
  "declarations": [
10710
10710
  {
10711
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10711
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10712
10712
  "name": "HTMLAttributes"
10713
10713
  }
10714
10714
  ],
@@ -10768,12 +10768,12 @@
10768
10768
  "description": "",
10769
10769
  "name": "className",
10770
10770
  "parent": {
10771
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10771
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10772
10772
  "name": "HTMLAttributes"
10773
10773
  },
10774
10774
  "declarations": [
10775
10775
  {
10776
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10776
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10777
10777
  "name": "HTMLAttributes"
10778
10778
  }
10779
10779
  ],
@@ -10787,12 +10787,12 @@
10787
10787
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10788
10788
  "name": "ref",
10789
10789
  "parent": {
10790
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10790
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10791
10791
  "name": "RefAttributes"
10792
10792
  },
10793
10793
  "declarations": [
10794
10794
  {
10795
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10795
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
10796
10796
  "name": "RefAttributes"
10797
10797
  }
10798
10798
  ],
@@ -11625,12 +11625,12 @@
11625
11625
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
11626
11626
  "name": "ref",
11627
11627
  "parent": {
11628
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
11628
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
11629
11629
  "name": "RefAttributes"
11630
11630
  },
11631
11631
  "declarations": [
11632
11632
  {
11633
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
11633
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
11634
11634
  "name": "RefAttributes"
11635
11635
  }
11636
11636
  ],
@@ -13197,12 +13197,12 @@
13197
13197
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
13198
13198
  "name": "ref",
13199
13199
  "parent": {
13200
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13200
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13201
13201
  "name": "RefAttributes"
13202
13202
  },
13203
13203
  "declarations": [
13204
13204
  {
13205
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13205
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13206
13206
  "name": "RefAttributes"
13207
13207
  }
13208
13208
  ],
@@ -13222,12 +13222,12 @@
13222
13222
  "description": "",
13223
13223
  "name": "className",
13224
13224
  "parent": {
13225
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13225
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13226
13226
  "name": "HTMLAttributes"
13227
13227
  },
13228
13228
  "declarations": [
13229
13229
  {
13230
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13230
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13231
13231
  "name": "HTMLAttributes"
13232
13232
  }
13233
13233
  ],
@@ -13241,12 +13241,12 @@
13241
13241
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
13242
13242
  "name": "ref",
13243
13243
  "parent": {
13244
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13244
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13245
13245
  "name": "RefAttributes"
13246
13246
  },
13247
13247
  "declarations": [
13248
13248
  {
13249
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13249
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13250
13250
  "name": "RefAttributes"
13251
13251
  }
13252
13252
  ],
@@ -13344,12 +13344,12 @@
13344
13344
  "description": "",
13345
13345
  "name": "className",
13346
13346
  "parent": {
13347
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13347
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13348
13348
  "name": "HTMLAttributes"
13349
13349
  },
13350
13350
  "declarations": [
13351
13351
  {
13352
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13352
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13353
13353
  "name": "HTMLAttributes"
13354
13354
  }
13355
13355
  ],
@@ -13363,12 +13363,12 @@
13363
13363
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
13364
13364
  "name": "ref",
13365
13365
  "parent": {
13366
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13366
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13367
13367
  "name": "RefAttributes"
13368
13368
  },
13369
13369
  "declarations": [
13370
13370
  {
13371
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13371
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13372
13372
  "name": "RefAttributes"
13373
13373
  }
13374
13374
  ],
@@ -13618,12 +13618,12 @@
13618
13618
  "description": "",
13619
13619
  "name": "className",
13620
13620
  "parent": {
13621
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13621
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13622
13622
  "name": "HTMLAttributes"
13623
13623
  },
13624
13624
  "declarations": [
13625
13625
  {
13626
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13626
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13627
13627
  "name": "HTMLAttributes"
13628
13628
  }
13629
13629
  ],
@@ -13637,12 +13637,12 @@
13637
13637
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
13638
13638
  "name": "ref",
13639
13639
  "parent": {
13640
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13640
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13641
13641
  "name": "RefAttributes"
13642
13642
  },
13643
13643
  "declarations": [
13644
13644
  {
13645
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13645
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13646
13646
  "name": "RefAttributes"
13647
13647
  }
13648
13648
  ],
@@ -13875,12 +13875,12 @@
13875
13875
  "description": "",
13876
13876
  "name": "className",
13877
13877
  "parent": {
13878
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13878
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13879
13879
  "name": "HTMLAttributes"
13880
13880
  },
13881
13881
  "declarations": [
13882
13882
  {
13883
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13883
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13884
13884
  "name": "HTMLAttributes"
13885
13885
  }
13886
13886
  ],
@@ -13894,12 +13894,12 @@
13894
13894
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
13895
13895
  "name": "ref",
13896
13896
  "parent": {
13897
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13897
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13898
13898
  "name": "RefAttributes"
13899
13899
  },
13900
13900
  "declarations": [
13901
13901
  {
13902
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13902
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
13903
13903
  "name": "RefAttributes"
13904
13904
  }
13905
13905
  ],
@@ -14187,12 +14187,12 @@
14187
14187
  "description": "",
14188
14188
  "name": "className",
14189
14189
  "parent": {
14190
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14190
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
14191
14191
  "name": "HTMLAttributes"
14192
14192
  },
14193
14193
  "declarations": [
14194
14194
  {
14195
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14195
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
14196
14196
  "name": "HTMLAttributes"
14197
14197
  }
14198
14198
  ],
@@ -14206,12 +14206,12 @@
14206
14206
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
14207
14207
  "name": "ref",
14208
14208
  "parent": {
14209
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14209
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
14210
14210
  "name": "RefAttributes"
14211
14211
  },
14212
14212
  "declarations": [
14213
14213
  {
14214
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14214
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
14215
14215
  "name": "RefAttributes"
14216
14216
  }
14217
14217
  ],
@@ -14269,12 +14269,12 @@
14269
14269
  "description": "",
14270
14270
  "name": "className",
14271
14271
  "parent": {
14272
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14272
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
14273
14273
  "name": "HTMLAttributes"
14274
14274
  },
14275
14275
  "declarations": [
14276
14276
  {
14277
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14277
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
14278
14278
  "name": "HTMLAttributes"
14279
14279
  }
14280
14280
  ],
@@ -14351,12 +14351,12 @@
14351
14351
  "description": "",
14352
14352
  "name": "className",
14353
14353
  "parent": {
14354
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14354
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
14355
14355
  "name": "HTMLAttributes"
14356
14356
  },
14357
14357
  "declarations": [
14358
14358
  {
14359
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14359
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
14360
14360
  "name": "HTMLAttributes"
14361
14361
  }
14362
14362
  ],
@@ -14779,12 +14779,12 @@
14779
14779
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
14780
14780
  "name": "ref",
14781
14781
  "parent": {
14782
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14782
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
14783
14783
  "name": "RefAttributes"
14784
14784
  },
14785
14785
  "declarations": [
14786
14786
  {
14787
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14787
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
14788
14788
  "name": "RefAttributes"
14789
14789
  }
14790
14790
  ],
@@ -15327,12 +15327,12 @@
15327
15327
  "description": "",
15328
15328
  "name": "className",
15329
15329
  "parent": {
15330
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15330
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15331
15331
  "name": "HTMLAttributes"
15332
15332
  },
15333
15333
  "declarations": [
15334
15334
  {
15335
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15335
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15336
15336
  "name": "HTMLAttributes"
15337
15337
  }
15338
15338
  ],
@@ -15346,12 +15346,12 @@
15346
15346
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
15347
15347
  "name": "ref",
15348
15348
  "parent": {
15349
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15349
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15350
15350
  "name": "RefAttributes"
15351
15351
  },
15352
15352
  "declarations": [
15353
15353
  {
15354
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15354
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15355
15355
  "name": "RefAttributes"
15356
15356
  }
15357
15357
  ],
@@ -15486,12 +15486,12 @@
15486
15486
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
15487
15487
  "name": "ref",
15488
15488
  "parent": {
15489
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15489
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15490
15490
  "name": "RefAttributes"
15491
15491
  },
15492
15492
  "declarations": [
15493
15493
  {
15494
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15494
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15495
15495
  "name": "RefAttributes"
15496
15496
  }
15497
15497
  ],
@@ -15596,12 +15596,12 @@
15596
15596
  "description": "",
15597
15597
  "name": "className",
15598
15598
  "parent": {
15599
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15599
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15600
15600
  "name": "HTMLAttributes"
15601
15601
  },
15602
15602
  "declarations": [
15603
15603
  {
15604
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15604
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15605
15605
  "name": "HTMLAttributes"
15606
15606
  }
15607
15607
  ],
@@ -15615,12 +15615,12 @@
15615
15615
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
15616
15616
  "name": "ref",
15617
15617
  "parent": {
15618
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15618
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15619
15619
  "name": "RefAttributes"
15620
15620
  },
15621
15621
  "declarations": [
15622
15622
  {
15623
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15623
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15624
15624
  "name": "RefAttributes"
15625
15625
  }
15626
15626
  ],
@@ -15678,12 +15678,12 @@
15678
15678
  "description": "",
15679
15679
  "name": "className",
15680
15680
  "parent": {
15681
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15681
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15682
15682
  "name": "HTMLAttributes"
15683
15683
  },
15684
15684
  "declarations": [
15685
15685
  {
15686
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15686
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15687
15687
  "name": "HTMLAttributes"
15688
15688
  }
15689
15689
  ],
@@ -15697,12 +15697,12 @@
15697
15697
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
15698
15698
  "name": "ref",
15699
15699
  "parent": {
15700
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15700
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15701
15701
  "name": "RefAttributes"
15702
15702
  },
15703
15703
  "declarations": [
15704
15704
  {
15705
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15705
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15706
15706
  "name": "RefAttributes"
15707
15707
  }
15708
15708
  ],
@@ -15836,12 +15836,12 @@
15836
15836
  "description": "",
15837
15837
  "name": "className",
15838
15838
  "parent": {
15839
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15839
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15840
15840
  "name": "HTMLAttributes"
15841
15841
  },
15842
15842
  "declarations": [
15843
15843
  {
15844
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15844
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15845
15845
  "name": "HTMLAttributes"
15846
15846
  }
15847
15847
  ],
@@ -15855,12 +15855,12 @@
15855
15855
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
15856
15856
  "name": "ref",
15857
15857
  "parent": {
15858
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15858
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15859
15859
  "name": "RefAttributes"
15860
15860
  },
15861
15861
  "declarations": [
15862
15862
  {
15863
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15863
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
15864
15864
  "name": "RefAttributes"
15865
15865
  }
15866
15866
  ],
@@ -16186,12 +16186,12 @@
16186
16186
  "description": "",
16187
16187
  "name": "className",
16188
16188
  "parent": {
16189
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16189
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16190
16190
  "name": "HTMLAttributes"
16191
16191
  },
16192
16192
  "declarations": [
16193
16193
  {
16194
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16194
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16195
16195
  "name": "HTMLAttributes"
16196
16196
  }
16197
16197
  ],
@@ -16205,12 +16205,12 @@
16205
16205
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16206
16206
  "name": "ref",
16207
16207
  "parent": {
16208
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16208
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16209
16209
  "name": "RefAttributes"
16210
16210
  },
16211
16211
  "declarations": [
16212
16212
  {
16213
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16213
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16214
16214
  "name": "RefAttributes"
16215
16215
  }
16216
16216
  ],
@@ -16523,12 +16523,12 @@
16523
16523
  "description": "",
16524
16524
  "name": "className",
16525
16525
  "parent": {
16526
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16526
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16527
16527
  "name": "HTMLAttributes"
16528
16528
  },
16529
16529
  "declarations": [
16530
16530
  {
16531
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16531
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16532
16532
  "name": "HTMLAttributes"
16533
16533
  }
16534
16534
  ],
@@ -16542,12 +16542,12 @@
16542
16542
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16543
16543
  "name": "ref",
16544
16544
  "parent": {
16545
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16545
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16546
16546
  "name": "RefAttributes"
16547
16547
  },
16548
16548
  "declarations": [
16549
16549
  {
16550
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16550
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16551
16551
  "name": "RefAttributes"
16552
16552
  }
16553
16553
  ],
@@ -16666,12 +16666,12 @@
16666
16666
  "description": "",
16667
16667
  "name": "className",
16668
16668
  "parent": {
16669
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16669
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16670
16670
  "name": "HTMLAttributes"
16671
16671
  },
16672
16672
  "declarations": [
16673
16673
  {
16674
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16674
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16675
16675
  "name": "HTMLAttributes"
16676
16676
  }
16677
16677
  ],
@@ -16685,12 +16685,12 @@
16685
16685
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16686
16686
  "name": "ref",
16687
16687
  "parent": {
16688
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16688
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16689
16689
  "name": "RefAttributes"
16690
16690
  },
16691
16691
  "declarations": [
16692
16692
  {
16693
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16693
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16694
16694
  "name": "RefAttributes"
16695
16695
  }
16696
16696
  ],
@@ -16701,6 +16701,202 @@
16701
16701
  }
16702
16702
  }
16703
16703
  },
16704
+ {
16705
+ "filePath": "src/layout/box/Box.tsx",
16706
+ "displayName": "Box",
16707
+ "props": {
16708
+ "background": {
16709
+ "defaultValue": null,
16710
+ "description": "Background color. Accepts a color token.",
16711
+ "name": "background",
16712
+ "parent": {
16713
+ "fileName": "src/layout/box/Box.tsx",
16714
+ "name": "BoxProps"
16715
+ },
16716
+ "declarations": [
16717
+ {
16718
+ "fileName": "src/layout/box/Box.tsx",
16719
+ "name": "BoxProps"
16720
+ }
16721
+ ],
16722
+ "required": false,
16723
+ "type": {
16724
+ "name": "BackgroundToken"
16725
+ }
16726
+ },
16727
+ "borderColor": {
16728
+ "defaultValue": null,
16729
+ "description": "Border color. Accepts a color token.",
16730
+ "name": "borderColor",
16731
+ "parent": {
16732
+ "fileName": "src/layout/box/Box.tsx",
16733
+ "name": "BoxProps"
16734
+ },
16735
+ "declarations": [
16736
+ {
16737
+ "fileName": "src/layout/box/Box.tsx",
16738
+ "name": "BoxProps"
16739
+ }
16740
+ ],
16741
+ "required": false,
16742
+ "type": {
16743
+ "name": "\"border-default\" | \"border-strong\" | \"border-divider\" | \"border-subtle\" | \"border-action-selected\" | \"border-action\" | \"border-selected\" | \"border-success\" | \"border-danger\" | ... 9 more ..."
16744
+ }
16745
+ },
16746
+ "borderRadius": {
16747
+ "defaultValue": null,
16748
+ "description": "Border radius. Accepts a radius token, or an object of radius tokens for different breakpoints.\n@example borderRadius='full'\nborderRadius='0 full large small'\nborderRadius={{xs: 'small large', sm: '0', md: 'large', lg: 'full'}}",
16749
+ "name": "borderRadius",
16750
+ "parent": {
16751
+ "fileName": "src/layout/box/Box.tsx",
16752
+ "name": "BoxProps"
16753
+ },
16754
+ "declarations": [
16755
+ {
16756
+ "fileName": "src/layout/box/Box.tsx",
16757
+ "name": "BoxProps"
16758
+ }
16759
+ ],
16760
+ "required": false,
16761
+ "type": {
16762
+ "name": "ResponsiveProp<SpaceDelimitedAttribute<BorderRadiiToken>>"
16763
+ }
16764
+ },
16765
+ "borderWidth": {
16766
+ "defaultValue": null,
16767
+ "description": "Border-width. If this is not set there will be no border.\n@example borderWidth='2'\nborderWidth='1 2 3 4'",
16768
+ "name": "borderWidth",
16769
+ "parent": {
16770
+ "fileName": "src/layout/box/Box.tsx",
16771
+ "name": "BoxProps"
16772
+ },
16773
+ "declarations": [
16774
+ {
16775
+ "fileName": "src/layout/box/Box.tsx",
16776
+ "name": "BoxProps"
16777
+ }
16778
+ ],
16779
+ "required": false,
16780
+ "type": {
16781
+ "name": "SpaceDelimitedAttribute<\"0\" | \"1\" | \"2\" | \"3\" | \"4\" | \"5\">"
16782
+ }
16783
+ },
16784
+ "padding": {
16785
+ "defaultValue": null,
16786
+ "description": "Spacing around children. Accepts a spacing token or an object of spacing tokens for different breakpoints.\n@example padding='4'\npadding={{xs: '2', sm: '3', md: '4', lg: '5', xl: '6'}}",
16787
+ "name": "padding",
16788
+ "parent": {
16789
+ "fileName": "src/layout/box/Box.tsx",
16790
+ "name": "BoxProps"
16791
+ },
16792
+ "declarations": [
16793
+ {
16794
+ "fileName": "src/layout/box/Box.tsx",
16795
+ "name": "BoxProps"
16796
+ }
16797
+ ],
16798
+ "required": false,
16799
+ "type": {
16800
+ "name": "ResponsiveProp<SpacingScale>"
16801
+ }
16802
+ },
16803
+ "paddingInline": {
16804
+ "defaultValue": null,
16805
+ "description": "Horizontal padding around children. Accepts a spacing token or an object of spacing tokens for different breakpoints.\n@example paddingInline='4'\npaddingInline='4 5'\npaddingInline={{xs: '0 32', sm: '3', md: '4 5', lg: '5', xl: '6'}}",
16806
+ "name": "paddingInline",
16807
+ "parent": {
16808
+ "fileName": "src/layout/box/Box.tsx",
16809
+ "name": "BoxProps"
16810
+ },
16811
+ "declarations": [
16812
+ {
16813
+ "fileName": "src/layout/box/Box.tsx",
16814
+ "name": "BoxProps"
16815
+ }
16816
+ ],
16817
+ "required": false,
16818
+ "type": {
16819
+ "name": "ResponsiveProp<\"0 0\" | \"0 1\" | \"0 2\" | \"0 3\" | \"0 4\" | \"0 5\" | \"1 0\" | \"1 1\" | \"1 2\" | \"1 3\" | \"1 4\" | \"1 5\" | \"2 0\" | \"2 1\" | \"2 2\" | \"2 3\" | \"2 4\" | \"2 5\" | \"3 0\" | \"3 1\" | \"3 2\" | \"3 3\" | \"3 4\" | ... 377 more ... | \"32 32\">"
16820
+ }
16821
+ },
16822
+ "paddingBlock": {
16823
+ "defaultValue": null,
16824
+ "description": "Vertical padding around children. Accepts a spacing token or an object of spacing tokens for different breakpoints.\n@example paddingBlock='4'\npaddingBlock='4 5'\npaddingBlock={{xs: '2', sm: '3', md: '4', lg: '5', xl: '6'}}",
16825
+ "name": "paddingBlock",
16826
+ "parent": {
16827
+ "fileName": "src/layout/box/Box.tsx",
16828
+ "name": "BoxProps"
16829
+ },
16830
+ "declarations": [
16831
+ {
16832
+ "fileName": "src/layout/box/Box.tsx",
16833
+ "name": "BoxProps"
16834
+ }
16835
+ ],
16836
+ "required": false,
16837
+ "type": {
16838
+ "name": "ResponsiveProp<\"0 0\" | \"0 1\" | \"0 2\" | \"0 3\" | \"0 4\" | \"0 5\" | \"1 0\" | \"1 1\" | \"1 2\" | \"1 3\" | \"1 4\" | \"1 5\" | \"2 0\" | \"2 1\" | \"2 2\" | \"2 3\" | \"2 4\" | \"2 5\" | \"3 0\" | \"3 1\" | \"3 2\" | \"3 3\" | \"3 4\" | ... 377 more ... | \"32 32\">"
16839
+ }
16840
+ },
16841
+ "shadow": {
16842
+ "defaultValue": null,
16843
+ "description": "Shadow on box. Accepts a shadow token.\n@example shadow='small'",
16844
+ "name": "shadow",
16845
+ "parent": {
16846
+ "fileName": "src/layout/box/Box.tsx",
16847
+ "name": "BoxProps"
16848
+ },
16849
+ "declarations": [
16850
+ {
16851
+ "fileName": "src/layout/box/Box.tsx",
16852
+ "name": "BoxProps"
16853
+ }
16854
+ ],
16855
+ "required": false,
16856
+ "type": {
16857
+ "name": "\"small\" | \"medium\" | \"large\" | \"xlarge\" | \"xsmall\""
16858
+ }
16859
+ },
16860
+ "className": {
16861
+ "defaultValue": null,
16862
+ "description": "",
16863
+ "name": "className",
16864
+ "parent": {
16865
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16866
+ "name": "HTMLAttributes"
16867
+ },
16868
+ "declarations": [
16869
+ {
16870
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16871
+ "name": "HTMLAttributes"
16872
+ }
16873
+ ],
16874
+ "required": false,
16875
+ "type": {
16876
+ "name": "string"
16877
+ }
16878
+ },
16879
+ "ref": {
16880
+ "defaultValue": null,
16881
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16882
+ "name": "ref",
16883
+ "parent": {
16884
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16885
+ "name": "RefAttributes"
16886
+ },
16887
+ "declarations": [
16888
+ {
16889
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16890
+ "name": "RefAttributes"
16891
+ }
16892
+ ],
16893
+ "required": false,
16894
+ "type": {
16895
+ "name": "Ref<HTMLDivElement>"
16896
+ }
16897
+ }
16898
+ }
16899
+ },
16704
16900
  {
16705
16901
  "filePath": "src/layout/content-container/ContentContainer.tsx",
16706
16902
  "displayName": "ContentContainer",
@@ -16729,12 +16925,12 @@
16729
16925
  "description": "",
16730
16926
  "name": "className",
16731
16927
  "parent": {
16732
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16928
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16733
16929
  "name": "HTMLAttributes"
16734
16930
  },
16735
16931
  "declarations": [
16736
16932
  {
16737
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16933
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16738
16934
  "name": "HTMLAttributes"
16739
16935
  }
16740
16936
  ],
@@ -16748,12 +16944,12 @@
16748
16944
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16749
16945
  "name": "ref",
16750
16946
  "parent": {
16751
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16947
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16752
16948
  "name": "RefAttributes"
16753
16949
  },
16754
16950
  "declarations": [
16755
16951
  {
16756
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16952
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16757
16953
  "name": "RefAttributes"
16758
16954
  }
16759
16955
  ],
@@ -16830,12 +17026,12 @@
16830
17026
  "description": "",
16831
17027
  "name": "className",
16832
17028
  "parent": {
16833
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17029
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16834
17030
  "name": "HTMLAttributes"
16835
17031
  },
16836
17032
  "declarations": [
16837
17033
  {
16838
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17034
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16839
17035
  "name": "HTMLAttributes"
16840
17036
  }
16841
17037
  ],
@@ -16849,12 +17045,12 @@
16849
17045
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16850
17046
  "name": "ref",
16851
17047
  "parent": {
16852
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17048
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16853
17049
  "name": "RefAttributes"
16854
17050
  },
16855
17051
  "declarations": [
16856
17052
  {
16857
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17053
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16858
17054
  "name": "RefAttributes"
16859
17055
  }
16860
17056
  ],
@@ -16933,12 +17129,12 @@
16933
17129
  "description": "",
16934
17130
  "name": "className",
16935
17131
  "parent": {
16936
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17132
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16937
17133
  "name": "HTMLAttributes"
16938
17134
  },
16939
17135
  "declarations": [
16940
17136
  {
16941
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17137
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16942
17138
  "name": "HTMLAttributes"
16943
17139
  }
16944
17140
  ],
@@ -16952,12 +17148,12 @@
16952
17148
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16953
17149
  "name": "ref",
16954
17150
  "parent": {
16955
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17151
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16956
17152
  "name": "RefAttributes"
16957
17153
  },
16958
17154
  "declarations": [
16959
17155
  {
16960
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17156
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
16961
17157
  "name": "RefAttributes"
16962
17158
  }
16963
17159
  ],
@@ -17036,12 +17232,12 @@
17036
17232
  "description": "",
17037
17233
  "name": "className",
17038
17234
  "parent": {
17039
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17235
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17040
17236
  "name": "HTMLAttributes"
17041
17237
  },
17042
17238
  "declarations": [
17043
17239
  {
17044
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17240
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17045
17241
  "name": "HTMLAttributes"
17046
17242
  }
17047
17243
  ],
@@ -17055,12 +17251,12 @@
17055
17251
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17056
17252
  "name": "ref",
17057
17253
  "parent": {
17058
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17254
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17059
17255
  "name": "RefAttributes"
17060
17256
  },
17061
17257
  "declarations": [
17062
17258
  {
17063
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17259
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17064
17260
  "name": "RefAttributes"
17065
17261
  }
17066
17262
  ],
@@ -17156,12 +17352,12 @@
17156
17352
  "description": "",
17157
17353
  "name": "className",
17158
17354
  "parent": {
17159
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17355
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17160
17356
  "name": "HTMLAttributes"
17161
17357
  },
17162
17358
  "declarations": [
17163
17359
  {
17164
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17360
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17165
17361
  "name": "HTMLAttributes"
17166
17362
  }
17167
17363
  ],
@@ -17175,12 +17371,12 @@
17175
17371
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17176
17372
  "name": "ref",
17177
17373
  "parent": {
17178
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17374
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17179
17375
  "name": "RefAttributes"
17180
17376
  },
17181
17377
  "declarations": [
17182
17378
  {
17183
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17379
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17184
17380
  "name": "RefAttributes"
17185
17381
  }
17186
17382
  ],
@@ -17302,12 +17498,12 @@
17302
17498
  "description": "",
17303
17499
  "name": "className",
17304
17500
  "parent": {
17305
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17501
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17306
17502
  "name": "HTMLAttributes"
17307
17503
  },
17308
17504
  "declarations": [
17309
17505
  {
17310
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17506
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17311
17507
  "name": "HTMLAttributes"
17312
17508
  }
17313
17509
  ],
@@ -17321,12 +17517,12 @@
17321
17517
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17322
17518
  "name": "ref",
17323
17519
  "parent": {
17324
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17520
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17325
17521
  "name": "RefAttributes"
17326
17522
  },
17327
17523
  "declarations": [
17328
17524
  {
17329
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17525
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17330
17526
  "name": "RefAttributes"
17331
17527
  }
17332
17528
  ],
@@ -17403,12 +17599,12 @@
17403
17599
  "description": "",
17404
17600
  "name": "className",
17405
17601
  "parent": {
17406
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17602
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17407
17603
  "name": "HTMLAttributes"
17408
17604
  },
17409
17605
  "declarations": [
17410
17606
  {
17411
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17607
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17412
17608
  "name": "HTMLAttributes"
17413
17609
  }
17414
17610
  ],
@@ -17422,12 +17618,12 @@
17422
17618
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17423
17619
  "name": "ref",
17424
17620
  "parent": {
17425
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17621
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17426
17622
  "name": "RefAttributes"
17427
17623
  },
17428
17624
  "declarations": [
17429
17625
  {
17430
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17626
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17431
17627
  "name": "RefAttributes"
17432
17628
  }
17433
17629
  ],
@@ -17816,12 +18012,12 @@
17816
18012
  "description": "",
17817
18013
  "name": "className",
17818
18014
  "parent": {
17819
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18015
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17820
18016
  "name": "HTMLAttributes"
17821
18017
  },
17822
18018
  "declarations": [
17823
18019
  {
17824
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18020
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17825
18021
  "name": "HTMLAttributes"
17826
18022
  }
17827
18023
  ],
@@ -17835,12 +18031,12 @@
17835
18031
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17836
18032
  "name": "ref",
17837
18033
  "parent": {
17838
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18034
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17839
18035
  "name": "RefAttributes"
17840
18036
  },
17841
18037
  "declarations": [
17842
18038
  {
17843
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18039
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17844
18040
  "name": "RefAttributes"
17845
18041
  }
17846
18042
  ],
@@ -17917,12 +18113,12 @@
17917
18113
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17918
18114
  "name": "ref",
17919
18115
  "parent": {
17920
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18116
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17921
18117
  "name": "RefAttributes"
17922
18118
  },
17923
18119
  "declarations": [
17924
18120
  {
17925
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18121
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17926
18122
  "name": "RefAttributes"
17927
18123
  }
17928
18124
  ],
@@ -17942,12 +18138,12 @@
17942
18138
  "description": "",
17943
18139
  "name": "className",
17944
18140
  "parent": {
17945
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18141
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17946
18142
  "name": "HTMLAttributes"
17947
18143
  },
17948
18144
  "declarations": [
17949
18145
  {
17950
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18146
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17951
18147
  "name": "HTMLAttributes"
17952
18148
  }
17953
18149
  ],
@@ -17961,12 +18157,12 @@
17961
18157
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17962
18158
  "name": "ref",
17963
18159
  "parent": {
17964
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18160
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17965
18161
  "name": "RefAttributes"
17966
18162
  },
17967
18163
  "declarations": [
17968
18164
  {
17969
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18165
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
17970
18166
  "name": "RefAttributes"
17971
18167
  }
17972
18168
  ],
@@ -18020,12 +18216,12 @@
18020
18216
  "description": "",
18021
18217
  "name": "className",
18022
18218
  "parent": {
18023
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18219
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18024
18220
  "name": "HTMLAttributes"
18025
18221
  },
18026
18222
  "declarations": [
18027
18223
  {
18028
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18224
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18029
18225
  "name": "HTMLAttributes"
18030
18226
  }
18031
18227
  ],
@@ -18039,12 +18235,12 @@
18039
18235
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
18040
18236
  "name": "ref",
18041
18237
  "parent": {
18042
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18238
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18043
18239
  "name": "RefAttributes"
18044
18240
  },
18045
18241
  "declarations": [
18046
18242
  {
18047
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18243
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18048
18244
  "name": "RefAttributes"
18049
18245
  }
18050
18246
  ],
@@ -18083,12 +18279,12 @@
18083
18279
  "description": "",
18084
18280
  "name": "className",
18085
18281
  "parent": {
18086
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18282
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18087
18283
  "name": "HTMLAttributes"
18088
18284
  },
18089
18285
  "declarations": [
18090
18286
  {
18091
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18287
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18092
18288
  "name": "HTMLAttributes"
18093
18289
  }
18094
18290
  ],
@@ -18102,12 +18298,12 @@
18102
18298
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
18103
18299
  "name": "ref",
18104
18300
  "parent": {
18105
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18301
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18106
18302
  "name": "RefAttributes"
18107
18303
  },
18108
18304
  "declarations": [
18109
18305
  {
18110
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18306
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18111
18307
  "name": "RefAttributes"
18112
18308
  }
18113
18309
  ],
@@ -18146,12 +18342,12 @@
18146
18342
  "description": "",
18147
18343
  "name": "className",
18148
18344
  "parent": {
18149
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18345
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18150
18346
  "name": "HTMLAttributes"
18151
18347
  },
18152
18348
  "declarations": [
18153
18349
  {
18154
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18350
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18155
18351
  "name": "HTMLAttributes"
18156
18352
  }
18157
18353
  ],
@@ -18165,12 +18361,12 @@
18165
18361
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
18166
18362
  "name": "ref",
18167
18363
  "parent": {
18168
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18364
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18169
18365
  "name": "RefAttributes"
18170
18366
  },
18171
18367
  "declarations": [
18172
18368
  {
18173
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18369
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18174
18370
  "name": "RefAttributes"
18175
18371
  }
18176
18372
  ],
@@ -18209,12 +18405,12 @@
18209
18405
  "description": "",
18210
18406
  "name": "className",
18211
18407
  "parent": {
18212
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18408
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18213
18409
  "name": "HTMLAttributes"
18214
18410
  },
18215
18411
  "declarations": [
18216
18412
  {
18217
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18413
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18218
18414
  "name": "HTMLAttributes"
18219
18415
  }
18220
18416
  ],
@@ -18228,12 +18424,12 @@
18228
18424
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
18229
18425
  "name": "ref",
18230
18426
  "parent": {
18231
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18427
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18232
18428
  "name": "RefAttributes"
18233
18429
  },
18234
18430
  "declarations": [
18235
18431
  {
18236
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18432
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18237
18433
  "name": "RefAttributes"
18238
18434
  }
18239
18435
  ],
@@ -18272,12 +18468,12 @@
18272
18468
  "description": "",
18273
18469
  "name": "className",
18274
18470
  "parent": {
18275
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18471
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18276
18472
  "name": "HTMLAttributes"
18277
18473
  },
18278
18474
  "declarations": [
18279
18475
  {
18280
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18476
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18281
18477
  "name": "HTMLAttributes"
18282
18478
  }
18283
18479
  ],
@@ -18291,12 +18487,12 @@
18291
18487
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
18292
18488
  "name": "ref",
18293
18489
  "parent": {
18294
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18490
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18295
18491
  "name": "RefAttributes"
18296
18492
  },
18297
18493
  "declarations": [
18298
18494
  {
18299
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18495
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18300
18496
  "name": "RefAttributes"
18301
18497
  }
18302
18498
  ],
@@ -18369,12 +18565,12 @@
18369
18565
  "description": "",
18370
18566
  "name": "className",
18371
18567
  "parent": {
18372
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18568
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18373
18569
  "name": "HTMLAttributes"
18374
18570
  },
18375
18571
  "declarations": [
18376
18572
  {
18377
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18573
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18378
18574
  "name": "HTMLAttributes"
18379
18575
  }
18380
18576
  ],
@@ -18426,12 +18622,12 @@
18426
18622
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
18427
18623
  "name": "ref",
18428
18624
  "parent": {
18429
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18625
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18430
18626
  "name": "RefAttributes"
18431
18627
  },
18432
18628
  "declarations": [
18433
18629
  {
18434
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18630
+ "fileName": "aksel/node_modules/@types/react/index.d.ts",
18435
18631
  "name": "RefAttributes"
18436
18632
  }
18437
18633
  ],