@navikt/ds-react 5.4.0 → 5.5.0-beta.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 (38) hide show
  1. package/_docs.json +445 -691
  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/util/AnimateHeight.js +3 -1
  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/util/AnimateHeight.js +3 -1
  25. package/esm/util/AnimateHeight.js.map +1 -1
  26. package/package.json +4 -5
  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/util/AnimateHeight.tsx +3 -1
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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6044
6044
  "name": "RefAttributes"
6045
6045
  }
6046
6046
  ],
@@ -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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/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": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7042
7042
  "name": "RefAttributes"
7043
7043
  }
7044
7044
  ],
@@ -7112,38 +7112,17 @@
7112
7112
  "name": "string | number"
7113
7113
  }
7114
7114
  },
7115
- "as": {
7116
- "defaultValue": {
7117
- "value": "\"div\""
7118
- },
7119
- "description": "Overrides html-tag",
7120
- "name": "as",
7121
- "parent": {
7122
- "fileName": "src/skeleton/Skeleton.tsx",
7123
- "name": "SkeletonProps"
7124
- },
7125
- "declarations": [
7126
- {
7127
- "fileName": "src/skeleton/Skeleton.tsx",
7128
- "name": "SkeletonProps"
7129
- }
7130
- ],
7131
- "required": false,
7132
- "type": {
7133
- "name": "\"div\" | \"span\""
7134
- }
7135
- },
7136
7115
  "className": {
7137
7116
  "defaultValue": null,
7138
7117
  "description": "",
7139
7118
  "name": "className",
7140
7119
  "parent": {
7141
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7120
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7142
7121
  "name": "HTMLAttributes"
7143
7122
  },
7144
7123
  "declarations": [
7145
7124
  {
7146
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7125
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7147
7126
  "name": "HTMLAttributes"
7148
7127
  }
7149
7128
  ],
@@ -7157,12 +7136,12 @@
7157
7136
  "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
7137
  "name": "ref",
7159
7138
  "parent": {
7160
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7139
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7161
7140
  "name": "RefAttributes"
7162
7141
  },
7163
7142
  "declarations": [
7164
7143
  {
7165
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7144
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7166
7145
  "name": "RefAttributes"
7167
7146
  }
7168
7147
  ],
@@ -7264,12 +7243,12 @@
7264
7243
  "description": "",
7265
7244
  "name": "className",
7266
7245
  "parent": {
7267
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7246
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7268
7247
  "name": "HTMLAttributes"
7269
7248
  },
7270
7249
  "declarations": [
7271
7250
  {
7272
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7251
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7273
7252
  "name": "HTMLAttributes"
7274
7253
  }
7275
7254
  ],
@@ -7283,12 +7262,12 @@
7283
7262
  "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
7263
  "name": "ref",
7285
7264
  "parent": {
7286
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7265
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7287
7266
  "name": "RefAttributes"
7288
7267
  },
7289
7268
  "declarations": [
7290
7269
  {
7291
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7270
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7292
7271
  "name": "RefAttributes"
7293
7272
  }
7294
7273
  ],
@@ -7407,12 +7386,12 @@
7407
7386
  "description": "",
7408
7387
  "name": "className",
7409
7388
  "parent": {
7410
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7389
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7411
7390
  "name": "HTMLAttributes"
7412
7391
  },
7413
7392
  "declarations": [
7414
7393
  {
7415
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7394
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7416
7395
  "name": "HTMLAttributes"
7417
7396
  }
7418
7397
  ],
@@ -7426,12 +7405,12 @@
7426
7405
  "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
7406
  "name": "ref",
7428
7407
  "parent": {
7429
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7408
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7430
7409
  "name": "RefAttributes"
7431
7410
  },
7432
7411
  "declarations": [
7433
7412
  {
7434
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7413
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7435
7414
  "name": "RefAttributes"
7436
7415
  }
7437
7416
  ],
@@ -7451,12 +7430,12 @@
7451
7430
  "description": "",
7452
7431
  "name": "className",
7453
7432
  "parent": {
7454
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7433
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7455
7434
  "name": "HTMLAttributes"
7456
7435
  },
7457
7436
  "declarations": [
7458
7437
  {
7459
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7438
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7460
7439
  "name": "HTMLAttributes"
7461
7440
  }
7462
7441
  ],
@@ -7470,12 +7449,12 @@
7470
7449
  "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
7450
  "name": "ref",
7472
7451
  "parent": {
7473
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7452
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7474
7453
  "name": "RefAttributes"
7475
7454
  },
7476
7455
  "declarations": [
7477
7456
  {
7478
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7457
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7479
7458
  "name": "RefAttributes"
7480
7459
  }
7481
7460
  ],
@@ -7575,12 +7554,12 @@
7575
7554
  "description": "",
7576
7555
  "name": "className",
7577
7556
  "parent": {
7578
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7557
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7579
7558
  "name": "HTMLAttributes"
7580
7559
  },
7581
7560
  "declarations": [
7582
7561
  {
7583
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7562
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7584
7563
  "name": "HTMLAttributes"
7585
7564
  }
7586
7565
  ],
@@ -7594,12 +7573,12 @@
7594
7573
  "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
7574
  "name": "ref",
7596
7575
  "parent": {
7597
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7576
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7598
7577
  "name": "RefAttributes"
7599
7578
  },
7600
7579
  "declarations": [
7601
7580
  {
7602
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7581
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7603
7582
  "name": "RefAttributes"
7604
7583
  }
7605
7584
  ],
@@ -7640,12 +7619,12 @@
7640
7619
  "description": "",
7641
7620
  "name": "className",
7642
7621
  "parent": {
7643
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7622
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7644
7623
  "name": "HTMLAttributes"
7645
7624
  },
7646
7625
  "declarations": [
7647
7626
  {
7648
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7627
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7649
7628
  "name": "HTMLAttributes"
7650
7629
  }
7651
7630
  ],
@@ -7659,12 +7638,12 @@
7659
7638
  "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
7639
  "name": "ref",
7661
7640
  "parent": {
7662
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7641
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7663
7642
  "name": "RefAttributes"
7664
7643
  },
7665
7644
  "declarations": [
7666
7645
  {
7667
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7646
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7668
7647
  "name": "RefAttributes"
7669
7648
  }
7670
7649
  ],
@@ -7888,12 +7867,12 @@
7888
7867
  "description": "",
7889
7868
  "name": "className",
7890
7869
  "parent": {
7891
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7870
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7892
7871
  "name": "HTMLAttributes"
7893
7872
  },
7894
7873
  "declarations": [
7895
7874
  {
7896
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7875
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7897
7876
  "name": "HTMLAttributes"
7898
7877
  }
7899
7878
  ],
@@ -7907,12 +7886,12 @@
7907
7886
  "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
7887
  "name": "ref",
7909
7888
  "parent": {
7910
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7889
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7911
7890
  "name": "RefAttributes"
7912
7891
  },
7913
7892
  "declarations": [
7914
7893
  {
7915
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7894
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7916
7895
  "name": "RefAttributes"
7917
7896
  }
7918
7897
  ],
@@ -7932,12 +7911,12 @@
7932
7911
  "description": "",
7933
7912
  "name": "className",
7934
7913
  "parent": {
7935
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7914
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7936
7915
  "name": "HTMLAttributes"
7937
7916
  },
7938
7917
  "declarations": [
7939
7918
  {
7940
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7919
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7941
7920
  "name": "HTMLAttributes"
7942
7921
  }
7943
7922
  ],
@@ -7951,12 +7930,12 @@
7951
7930
  "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
7931
  "name": "ref",
7953
7932
  "parent": {
7954
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7933
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7955
7934
  "name": "RefAttributes"
7956
7935
  },
7957
7936
  "declarations": [
7958
7937
  {
7959
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7938
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7960
7939
  "name": "RefAttributes"
7961
7940
  }
7962
7941
  ],
@@ -8016,12 +7995,12 @@
8016
7995
  "description": "",
8017
7996
  "name": "className",
8018
7997
  "parent": {
8019
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7998
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8020
7999
  "name": "HTMLAttributes"
8021
8000
  },
8022
8001
  "declarations": [
8023
8002
  {
8024
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8003
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8025
8004
  "name": "HTMLAttributes"
8026
8005
  }
8027
8006
  ],
@@ -8035,12 +8014,12 @@
8035
8014
  "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
8015
  "name": "ref",
8037
8016
  "parent": {
8038
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8017
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8039
8018
  "name": "RefAttributes"
8040
8019
  },
8041
8020
  "declarations": [
8042
8021
  {
8043
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8022
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8044
8023
  "name": "RefAttributes"
8045
8024
  }
8046
8025
  ],
@@ -8102,12 +8081,12 @@
8102
8081
  "description": "",
8103
8082
  "name": "className",
8104
8083
  "parent": {
8105
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8084
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8106
8085
  "name": "HTMLAttributes"
8107
8086
  },
8108
8087
  "declarations": [
8109
8088
  {
8110
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8089
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8111
8090
  "name": "HTMLAttributes"
8112
8091
  }
8113
8092
  ],
@@ -8121,12 +8100,12 @@
8121
8100
  "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
8101
  "name": "ref",
8123
8102
  "parent": {
8124
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8103
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8125
8104
  "name": "RefAttributes"
8126
8105
  },
8127
8106
  "declarations": [
8128
8107
  {
8129
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8108
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8130
8109
  "name": "RefAttributes"
8131
8110
  }
8132
8111
  ],
@@ -8226,12 +8205,12 @@
8226
8205
  "description": "",
8227
8206
  "name": "className",
8228
8207
  "parent": {
8229
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8208
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8230
8209
  "name": "HTMLAttributes"
8231
8210
  },
8232
8211
  "declarations": [
8233
8212
  {
8234
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8213
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8235
8214
  "name": "HTMLAttributes"
8236
8215
  }
8237
8216
  ],
@@ -8245,12 +8224,12 @@
8245
8224
  "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
8225
  "name": "ref",
8247
8226
  "parent": {
8248
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8227
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8249
8228
  "name": "RefAttributes"
8250
8229
  },
8251
8230
  "declarations": [
8252
8231
  {
8253
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8232
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8254
8233
  "name": "RefAttributes"
8255
8234
  }
8256
8235
  ],
@@ -8327,12 +8306,12 @@
8327
8306
  "description": "",
8328
8307
  "name": "className",
8329
8308
  "parent": {
8330
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8309
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8331
8310
  "name": "HTMLAttributes"
8332
8311
  },
8333
8312
  "declarations": [
8334
8313
  {
8335
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8314
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8336
8315
  "name": "HTMLAttributes"
8337
8316
  }
8338
8317
  ],
@@ -8346,12 +8325,12 @@
8346
8325
  "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
8326
  "name": "ref",
8348
8327
  "parent": {
8349
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8328
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8350
8329
  "name": "RefAttributes"
8351
8330
  },
8352
8331
  "declarations": [
8353
8332
  {
8354
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8333
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8355
8334
  "name": "RefAttributes"
8356
8335
  }
8357
8336
  ],
@@ -8390,12 +8369,12 @@
8390
8369
  "description": "",
8391
8370
  "name": "className",
8392
8371
  "parent": {
8393
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8372
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8394
8373
  "name": "HTMLAttributes"
8395
8374
  },
8396
8375
  "declarations": [
8397
8376
  {
8398
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8377
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8399
8378
  "name": "HTMLAttributes"
8400
8379
  }
8401
8380
  ],
@@ -8409,12 +8388,12 @@
8409
8388
  "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
8389
  "name": "ref",
8411
8390
  "parent": {
8412
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8391
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8413
8392
  "name": "RefAttributes"
8414
8393
  },
8415
8394
  "declarations": [
8416
8395
  {
8417
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8396
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8418
8397
  "name": "RefAttributes"
8419
8398
  }
8420
8399
  ],
@@ -8472,12 +8451,12 @@
8472
8451
  "description": "",
8473
8452
  "name": "className",
8474
8453
  "parent": {
8475
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8454
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8476
8455
  "name": "HTMLAttributes"
8477
8456
  },
8478
8457
  "declarations": [
8479
8458
  {
8480
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8459
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8481
8460
  "name": "HTMLAttributes"
8482
8461
  }
8483
8462
  ],
@@ -8491,12 +8470,12 @@
8491
8470
  "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
8471
  "name": "ref",
8493
8472
  "parent": {
8494
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8473
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8495
8474
  "name": "RefAttributes"
8496
8475
  },
8497
8476
  "declarations": [
8498
8477
  {
8499
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8478
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8500
8479
  "name": "RefAttributes"
8501
8480
  }
8502
8481
  ],
@@ -8657,12 +8636,12 @@
8657
8636
  "description": "",
8658
8637
  "name": "className",
8659
8638
  "parent": {
8660
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8639
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8661
8640
  "name": "HTMLAttributes"
8662
8641
  },
8663
8642
  "declarations": [
8664
8643
  {
8665
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8644
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8666
8645
  "name": "HTMLAttributes"
8667
8646
  }
8668
8647
  ],
@@ -8676,12 +8655,12 @@
8676
8655
  "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
8656
  "name": "ref",
8678
8657
  "parent": {
8679
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8658
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8680
8659
  "name": "RefAttributes"
8681
8660
  },
8682
8661
  "declarations": [
8683
8662
  {
8684
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8663
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8685
8664
  "name": "RefAttributes"
8686
8665
  }
8687
8666
  ],
@@ -8741,12 +8720,12 @@
8741
8720
  "description": "",
8742
8721
  "name": "className",
8743
8722
  "parent": {
8744
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8723
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8745
8724
  "name": "HTMLAttributes"
8746
8725
  },
8747
8726
  "declarations": [
8748
8727
  {
8749
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8728
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8750
8729
  "name": "HTMLAttributes"
8751
8730
  }
8752
8731
  ],
@@ -8760,12 +8739,12 @@
8760
8739
  "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
8740
  "name": "ref",
8762
8741
  "parent": {
8763
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8742
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8764
8743
  "name": "RefAttributes"
8765
8744
  },
8766
8745
  "declarations": [
8767
8746
  {
8768
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8747
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8769
8748
  "name": "RefAttributes"
8770
8749
  }
8771
8750
  ],
@@ -8844,12 +8823,12 @@
8844
8823
  "description": "",
8845
8824
  "name": "className",
8846
8825
  "parent": {
8847
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8826
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8848
8827
  "name": "HTMLAttributes"
8849
8828
  },
8850
8829
  "declarations": [
8851
8830
  {
8852
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8831
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8853
8832
  "name": "HTMLAttributes"
8854
8833
  }
8855
8834
  ],
@@ -8863,12 +8842,12 @@
8863
8842
  "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
8843
  "name": "ref",
8865
8844
  "parent": {
8866
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8845
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8867
8846
  "name": "RefAttributes"
8868
8847
  },
8869
8848
  "declarations": [
8870
8849
  {
8871
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8850
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8872
8851
  "name": "RefAttributes"
8873
8852
  }
8874
8853
  ],
@@ -8966,12 +8945,12 @@
8966
8945
  "description": "",
8967
8946
  "name": "className",
8968
8947
  "parent": {
8969
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8948
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8970
8949
  "name": "HTMLAttributes"
8971
8950
  },
8972
8951
  "declarations": [
8973
8952
  {
8974
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8953
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8975
8954
  "name": "HTMLAttributes"
8976
8955
  }
8977
8956
  ],
@@ -9050,12 +9029,12 @@
9050
9029
  "description": "",
9051
9030
  "name": "className",
9052
9031
  "parent": {
9053
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9032
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9054
9033
  "name": "HTMLAttributes"
9055
9034
  },
9056
9035
  "declarations": [
9057
9036
  {
9058
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9037
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9059
9038
  "name": "HTMLAttributes"
9060
9039
  }
9061
9040
  ],
@@ -9069,12 +9048,12 @@
9069
9048
  "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
9049
  "name": "ref",
9071
9050
  "parent": {
9072
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9051
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9073
9052
  "name": "RefAttributes"
9074
9053
  },
9075
9054
  "declarations": [
9076
9055
  {
9077
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9056
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9078
9057
  "name": "RefAttributes"
9079
9058
  }
9080
9059
  ],
@@ -9231,12 +9210,12 @@
9231
9210
  "description": "",
9232
9211
  "name": "className",
9233
9212
  "parent": {
9234
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9213
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9235
9214
  "name": "HTMLAttributes"
9236
9215
  },
9237
9216
  "declarations": [
9238
9217
  {
9239
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9218
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9240
9219
  "name": "HTMLAttributes"
9241
9220
  }
9242
9221
  ],
@@ -9250,12 +9229,12 @@
9250
9229
  "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
9230
  "name": "ref",
9252
9231
  "parent": {
9253
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9232
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9254
9233
  "name": "RefAttributes"
9255
9234
  },
9256
9235
  "declarations": [
9257
9236
  {
9258
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9237
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9259
9238
  "name": "RefAttributes"
9260
9239
  }
9261
9240
  ],
@@ -9313,12 +9292,12 @@
9313
9292
  "description": "",
9314
9293
  "name": "className",
9315
9294
  "parent": {
9316
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9295
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9317
9296
  "name": "HTMLAttributes"
9318
9297
  },
9319
9298
  "declarations": [
9320
9299
  {
9321
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9300
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9322
9301
  "name": "HTMLAttributes"
9323
9302
  }
9324
9303
  ],
@@ -9332,12 +9311,12 @@
9332
9311
  "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
9312
  "name": "ref",
9334
9313
  "parent": {
9335
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9314
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9336
9315
  "name": "RefAttributes"
9337
9316
  },
9338
9317
  "declarations": [
9339
9318
  {
9340
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9319
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9341
9320
  "name": "RefAttributes"
9342
9321
  }
9343
9322
  ],
@@ -9559,12 +9538,12 @@
9559
9538
  "description": "",
9560
9539
  "name": "className",
9561
9540
  "parent": {
9562
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9541
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9563
9542
  "name": "HTMLAttributes"
9564
9543
  },
9565
9544
  "declarations": [
9566
9545
  {
9567
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9546
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9568
9547
  "name": "HTMLAttributes"
9569
9548
  }
9570
9549
  ],
@@ -9578,12 +9557,12 @@
9578
9557
  "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
9558
  "name": "ref",
9580
9559
  "parent": {
9581
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9560
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9582
9561
  "name": "RefAttributes"
9583
9562
  },
9584
9563
  "declarations": [
9585
9564
  {
9586
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9565
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9587
9566
  "name": "RefAttributes"
9588
9567
  }
9589
9568
  ],
@@ -9735,12 +9714,12 @@
9735
9714
  "description": "",
9736
9715
  "name": "className",
9737
9716
  "parent": {
9738
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9717
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9739
9718
  "name": "HTMLAttributes"
9740
9719
  },
9741
9720
  "declarations": [
9742
9721
  {
9743
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9722
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9744
9723
  "name": "HTMLAttributes"
9745
9724
  }
9746
9725
  ],
@@ -9754,12 +9733,12 @@
9754
9733
  "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
9734
  "name": "ref",
9756
9735
  "parent": {
9757
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9736
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9758
9737
  "name": "RefAttributes"
9759
9738
  },
9760
9739
  "declarations": [
9761
9740
  {
9762
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9741
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9763
9742
  "name": "RefAttributes"
9764
9743
  }
9765
9744
  ],
@@ -9911,12 +9890,12 @@
9911
9890
  "description": "",
9912
9891
  "name": "className",
9913
9892
  "parent": {
9914
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9893
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9915
9894
  "name": "HTMLAttributes"
9916
9895
  },
9917
9896
  "declarations": [
9918
9897
  {
9919
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9898
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9920
9899
  "name": "HTMLAttributes"
9921
9900
  }
9922
9901
  ],
@@ -9930,12 +9909,12 @@
9930
9909
  "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
9910
  "name": "ref",
9932
9911
  "parent": {
9933
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9912
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9934
9913
  "name": "RefAttributes"
9935
9914
  },
9936
9915
  "declarations": [
9937
9916
  {
9938
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9917
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9939
9918
  "name": "RefAttributes"
9940
9919
  }
9941
9920
  ],
@@ -10106,12 +10085,12 @@
10106
10085
  "description": "",
10107
10086
  "name": "className",
10108
10087
  "parent": {
10109
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10088
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10110
10089
  "name": "HTMLAttributes"
10111
10090
  },
10112
10091
  "declarations": [
10113
10092
  {
10114
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10093
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10115
10094
  "name": "HTMLAttributes"
10116
10095
  }
10117
10096
  ],
@@ -10125,12 +10104,12 @@
10125
10104
  "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
10105
  "name": "ref",
10127
10106
  "parent": {
10128
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10107
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10129
10108
  "name": "RefAttributes"
10130
10109
  },
10131
10110
  "declarations": [
10132
10111
  {
10133
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10112
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10134
10113
  "name": "RefAttributes"
10135
10114
  }
10136
10115
  ],
@@ -10205,12 +10184,12 @@
10205
10184
  "description": "",
10206
10185
  "name": "className",
10207
10186
  "parent": {
10208
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10187
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10209
10188
  "name": "HTMLAttributes"
10210
10189
  },
10211
10190
  "declarations": [
10212
10191
  {
10213
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10192
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10214
10193
  "name": "HTMLAttributes"
10215
10194
  }
10216
10195
  ],
@@ -10224,12 +10203,12 @@
10224
10203
  "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
10204
  "name": "ref",
10226
10205
  "parent": {
10227
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10206
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10228
10207
  "name": "RefAttributes"
10229
10208
  },
10230
10209
  "declarations": [
10231
10210
  {
10232
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10211
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10233
10212
  "name": "RefAttributes"
10234
10213
  }
10235
10214
  ],
@@ -10368,12 +10347,12 @@
10368
10347
  "description": "",
10369
10348
  "name": "className",
10370
10349
  "parent": {
10371
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10350
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10372
10351
  "name": "HTMLAttributes"
10373
10352
  },
10374
10353
  "declarations": [
10375
10354
  {
10376
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10355
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10377
10356
  "name": "HTMLAttributes"
10378
10357
  }
10379
10358
  ],
@@ -10387,12 +10366,12 @@
10387
10366
  "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
10367
  "name": "ref",
10389
10368
  "parent": {
10390
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10369
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10391
10370
  "name": "RefAttributes"
10392
10371
  },
10393
10372
  "declarations": [
10394
10373
  {
10395
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10374
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10396
10375
  "name": "RefAttributes"
10397
10376
  }
10398
10377
  ],
@@ -10450,12 +10429,12 @@
10450
10429
  "description": "",
10451
10430
  "name": "className",
10452
10431
  "parent": {
10453
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10432
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10454
10433
  "name": "HTMLAttributes"
10455
10434
  },
10456
10435
  "declarations": [
10457
10436
  {
10458
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10437
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10459
10438
  "name": "HTMLAttributes"
10460
10439
  }
10461
10440
  ],
@@ -10469,12 +10448,12 @@
10469
10448
  "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
10449
  "name": "ref",
10471
10450
  "parent": {
10472
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10451
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10473
10452
  "name": "RefAttributes"
10474
10453
  },
10475
10454
  "declarations": [
10476
10455
  {
10477
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10456
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10478
10457
  "name": "RefAttributes"
10479
10458
  }
10480
10459
  ],
@@ -10579,12 +10558,12 @@
10579
10558
  "description": "",
10580
10559
  "name": "className",
10581
10560
  "parent": {
10582
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10561
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10583
10562
  "name": "HTMLAttributes"
10584
10563
  },
10585
10564
  "declarations": [
10586
10565
  {
10587
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10566
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10588
10567
  "name": "HTMLAttributes"
10589
10568
  }
10590
10569
  ],
@@ -10598,12 +10577,12 @@
10598
10577
  "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
10578
  "name": "ref",
10600
10579
  "parent": {
10601
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10580
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10602
10581
  "name": "RefAttributes"
10603
10582
  },
10604
10583
  "declarations": [
10605
10584
  {
10606
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10585
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10607
10586
  "name": "RefAttributes"
10608
10587
  }
10609
10588
  ],
@@ -10703,12 +10682,12 @@
10703
10682
  "description": "",
10704
10683
  "name": "className",
10705
10684
  "parent": {
10706
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10685
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10707
10686
  "name": "HTMLAttributes"
10708
10687
  },
10709
10688
  "declarations": [
10710
10689
  {
10711
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10690
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10712
10691
  "name": "HTMLAttributes"
10713
10692
  }
10714
10693
  ],
@@ -10768,12 +10747,12 @@
10768
10747
  "description": "",
10769
10748
  "name": "className",
10770
10749
  "parent": {
10771
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10750
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10772
10751
  "name": "HTMLAttributes"
10773
10752
  },
10774
10753
  "declarations": [
10775
10754
  {
10776
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10755
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10777
10756
  "name": "HTMLAttributes"
10778
10757
  }
10779
10758
  ],
@@ -10787,12 +10766,12 @@
10787
10766
  "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
10767
  "name": "ref",
10789
10768
  "parent": {
10790
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10769
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10791
10770
  "name": "RefAttributes"
10792
10771
  },
10793
10772
  "declarations": [
10794
10773
  {
10795
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10774
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10796
10775
  "name": "RefAttributes"
10797
10776
  }
10798
10777
  ],
@@ -11625,12 +11604,12 @@
11625
11604
  "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
11605
  "name": "ref",
11627
11606
  "parent": {
11628
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
11607
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
11629
11608
  "name": "RefAttributes"
11630
11609
  },
11631
11610
  "declarations": [
11632
11611
  {
11633
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
11612
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
11634
11613
  "name": "RefAttributes"
11635
11614
  }
11636
11615
  ],
@@ -13197,12 +13176,12 @@
13197
13176
  "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
13177
  "name": "ref",
13199
13178
  "parent": {
13200
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13179
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13201
13180
  "name": "RefAttributes"
13202
13181
  },
13203
13182
  "declarations": [
13204
13183
  {
13205
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13184
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13206
13185
  "name": "RefAttributes"
13207
13186
  }
13208
13187
  ],
@@ -13222,12 +13201,12 @@
13222
13201
  "description": "",
13223
13202
  "name": "className",
13224
13203
  "parent": {
13225
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13204
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13226
13205
  "name": "HTMLAttributes"
13227
13206
  },
13228
13207
  "declarations": [
13229
13208
  {
13230
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13209
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13231
13210
  "name": "HTMLAttributes"
13232
13211
  }
13233
13212
  ],
@@ -13241,12 +13220,12 @@
13241
13220
  "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
13221
  "name": "ref",
13243
13222
  "parent": {
13244
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13223
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13245
13224
  "name": "RefAttributes"
13246
13225
  },
13247
13226
  "declarations": [
13248
13227
  {
13249
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13228
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13250
13229
  "name": "RefAttributes"
13251
13230
  }
13252
13231
  ],
@@ -13344,12 +13323,12 @@
13344
13323
  "description": "",
13345
13324
  "name": "className",
13346
13325
  "parent": {
13347
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13326
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13348
13327
  "name": "HTMLAttributes"
13349
13328
  },
13350
13329
  "declarations": [
13351
13330
  {
13352
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13331
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13353
13332
  "name": "HTMLAttributes"
13354
13333
  }
13355
13334
  ],
@@ -13363,12 +13342,12 @@
13363
13342
  "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
13343
  "name": "ref",
13365
13344
  "parent": {
13366
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13345
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13367
13346
  "name": "RefAttributes"
13368
13347
  },
13369
13348
  "declarations": [
13370
13349
  {
13371
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13350
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13372
13351
  "name": "RefAttributes"
13373
13352
  }
13374
13353
  ],
@@ -13618,12 +13597,12 @@
13618
13597
  "description": "",
13619
13598
  "name": "className",
13620
13599
  "parent": {
13621
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13600
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13622
13601
  "name": "HTMLAttributes"
13623
13602
  },
13624
13603
  "declarations": [
13625
13604
  {
13626
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13605
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13627
13606
  "name": "HTMLAttributes"
13628
13607
  }
13629
13608
  ],
@@ -13637,12 +13616,12 @@
13637
13616
  "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
13617
  "name": "ref",
13639
13618
  "parent": {
13640
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13619
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13641
13620
  "name": "RefAttributes"
13642
13621
  },
13643
13622
  "declarations": [
13644
13623
  {
13645
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13624
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13646
13625
  "name": "RefAttributes"
13647
13626
  }
13648
13627
  ],
@@ -13875,12 +13854,12 @@
13875
13854
  "description": "",
13876
13855
  "name": "className",
13877
13856
  "parent": {
13878
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13857
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13879
13858
  "name": "HTMLAttributes"
13880
13859
  },
13881
13860
  "declarations": [
13882
13861
  {
13883
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13862
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13884
13863
  "name": "HTMLAttributes"
13885
13864
  }
13886
13865
  ],
@@ -13894,12 +13873,12 @@
13894
13873
  "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
13874
  "name": "ref",
13896
13875
  "parent": {
13897
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13876
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13898
13877
  "name": "RefAttributes"
13899
13878
  },
13900
13879
  "declarations": [
13901
13880
  {
13902
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13881
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13903
13882
  "name": "RefAttributes"
13904
13883
  }
13905
13884
  ],
@@ -14187,12 +14166,12 @@
14187
14166
  "description": "",
14188
14167
  "name": "className",
14189
14168
  "parent": {
14190
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14169
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14191
14170
  "name": "HTMLAttributes"
14192
14171
  },
14193
14172
  "declarations": [
14194
14173
  {
14195
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14174
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14196
14175
  "name": "HTMLAttributes"
14197
14176
  }
14198
14177
  ],
@@ -14206,12 +14185,12 @@
14206
14185
  "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
14186
  "name": "ref",
14208
14187
  "parent": {
14209
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14188
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14210
14189
  "name": "RefAttributes"
14211
14190
  },
14212
14191
  "declarations": [
14213
14192
  {
14214
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14193
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14215
14194
  "name": "RefAttributes"
14216
14195
  }
14217
14196
  ],
@@ -14269,12 +14248,12 @@
14269
14248
  "description": "",
14270
14249
  "name": "className",
14271
14250
  "parent": {
14272
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14251
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14273
14252
  "name": "HTMLAttributes"
14274
14253
  },
14275
14254
  "declarations": [
14276
14255
  {
14277
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14256
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14278
14257
  "name": "HTMLAttributes"
14279
14258
  }
14280
14259
  ],
@@ -14351,12 +14330,12 @@
14351
14330
  "description": "",
14352
14331
  "name": "className",
14353
14332
  "parent": {
14354
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14333
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14355
14334
  "name": "HTMLAttributes"
14356
14335
  },
14357
14336
  "declarations": [
14358
14337
  {
14359
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14338
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14360
14339
  "name": "HTMLAttributes"
14361
14340
  }
14362
14341
  ],
@@ -14779,12 +14758,12 @@
14779
14758
  "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
14759
  "name": "ref",
14781
14760
  "parent": {
14782
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14761
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14783
14762
  "name": "RefAttributes"
14784
14763
  },
14785
14764
  "declarations": [
14786
14765
  {
14787
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14766
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14788
14767
  "name": "RefAttributes"
14789
14768
  }
14790
14769
  ],
@@ -15327,12 +15306,12 @@
15327
15306
  "description": "",
15328
15307
  "name": "className",
15329
15308
  "parent": {
15330
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15309
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15331
15310
  "name": "HTMLAttributes"
15332
15311
  },
15333
15312
  "declarations": [
15334
15313
  {
15335
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15314
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15336
15315
  "name": "HTMLAttributes"
15337
15316
  }
15338
15317
  ],
@@ -15346,12 +15325,12 @@
15346
15325
  "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
15326
  "name": "ref",
15348
15327
  "parent": {
15349
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15328
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15350
15329
  "name": "RefAttributes"
15351
15330
  },
15352
15331
  "declarations": [
15353
15332
  {
15354
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15333
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15355
15334
  "name": "RefAttributes"
15356
15335
  }
15357
15336
  ],
@@ -15486,12 +15465,12 @@
15486
15465
  "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
15466
  "name": "ref",
15488
15467
  "parent": {
15489
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15468
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15490
15469
  "name": "RefAttributes"
15491
15470
  },
15492
15471
  "declarations": [
15493
15472
  {
15494
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15473
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15495
15474
  "name": "RefAttributes"
15496
15475
  }
15497
15476
  ],
@@ -15596,12 +15575,12 @@
15596
15575
  "description": "",
15597
15576
  "name": "className",
15598
15577
  "parent": {
15599
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15578
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15600
15579
  "name": "HTMLAttributes"
15601
15580
  },
15602
15581
  "declarations": [
15603
15582
  {
15604
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15583
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15605
15584
  "name": "HTMLAttributes"
15606
15585
  }
15607
15586
  ],
@@ -15615,12 +15594,12 @@
15615
15594
  "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
15595
  "name": "ref",
15617
15596
  "parent": {
15618
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15597
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15619
15598
  "name": "RefAttributes"
15620
15599
  },
15621
15600
  "declarations": [
15622
15601
  {
15623
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15602
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15624
15603
  "name": "RefAttributes"
15625
15604
  }
15626
15605
  ],
@@ -15678,12 +15657,12 @@
15678
15657
  "description": "",
15679
15658
  "name": "className",
15680
15659
  "parent": {
15681
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15660
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15682
15661
  "name": "HTMLAttributes"
15683
15662
  },
15684
15663
  "declarations": [
15685
15664
  {
15686
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15665
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15687
15666
  "name": "HTMLAttributes"
15688
15667
  }
15689
15668
  ],
@@ -15697,12 +15676,12 @@
15697
15676
  "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
15677
  "name": "ref",
15699
15678
  "parent": {
15700
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15679
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15701
15680
  "name": "RefAttributes"
15702
15681
  },
15703
15682
  "declarations": [
15704
15683
  {
15705
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15684
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15706
15685
  "name": "RefAttributes"
15707
15686
  }
15708
15687
  ],
@@ -15836,12 +15815,12 @@
15836
15815
  "description": "",
15837
15816
  "name": "className",
15838
15817
  "parent": {
15839
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15818
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15840
15819
  "name": "HTMLAttributes"
15841
15820
  },
15842
15821
  "declarations": [
15843
15822
  {
15844
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15823
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15845
15824
  "name": "HTMLAttributes"
15846
15825
  }
15847
15826
  ],
@@ -15855,12 +15834,12 @@
15855
15834
  "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
15835
  "name": "ref",
15857
15836
  "parent": {
15858
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15837
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15859
15838
  "name": "RefAttributes"
15860
15839
  },
15861
15840
  "declarations": [
15862
15841
  {
15863
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15842
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15864
15843
  "name": "RefAttributes"
15865
15844
  }
15866
15845
  ],
@@ -16186,12 +16165,12 @@
16186
16165
  "description": "",
16187
16166
  "name": "className",
16188
16167
  "parent": {
16189
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16168
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16190
16169
  "name": "HTMLAttributes"
16191
16170
  },
16192
16171
  "declarations": [
16193
16172
  {
16194
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16173
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16195
16174
  "name": "HTMLAttributes"
16196
16175
  }
16197
16176
  ],
@@ -16205,12 +16184,12 @@
16205
16184
  "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
16185
  "name": "ref",
16207
16186
  "parent": {
16208
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16187
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16209
16188
  "name": "RefAttributes"
16210
16189
  },
16211
16190
  "declarations": [
16212
16191
  {
16213
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16192
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16214
16193
  "name": "RefAttributes"
16215
16194
  }
16216
16195
  ],
@@ -16523,12 +16502,12 @@
16523
16502
  "description": "",
16524
16503
  "name": "className",
16525
16504
  "parent": {
16526
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16505
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16527
16506
  "name": "HTMLAttributes"
16528
16507
  },
16529
16508
  "declarations": [
16530
16509
  {
16531
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16510
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16532
16511
  "name": "HTMLAttributes"
16533
16512
  }
16534
16513
  ],
@@ -16542,12 +16521,12 @@
16542
16521
  "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
16522
  "name": "ref",
16544
16523
  "parent": {
16545
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16524
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16546
16525
  "name": "RefAttributes"
16547
16526
  },
16548
16527
  "declarations": [
16549
16528
  {
16550
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16529
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16551
16530
  "name": "RefAttributes"
16552
16531
  }
16553
16532
  ],
@@ -16666,12 +16645,12 @@
16666
16645
  "description": "",
16667
16646
  "name": "className",
16668
16647
  "parent": {
16669
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16648
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16670
16649
  "name": "HTMLAttributes"
16671
16650
  },
16672
16651
  "declarations": [
16673
16652
  {
16674
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16653
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16675
16654
  "name": "HTMLAttributes"
16676
16655
  }
16677
16656
  ],
@@ -16685,12 +16664,12 @@
16685
16664
  "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
16665
  "name": "ref",
16687
16666
  "parent": {
16688
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16667
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16689
16668
  "name": "RefAttributes"
16690
16669
  },
16691
16670
  "declarations": [
16692
16671
  {
16693
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16672
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16694
16673
  "name": "RefAttributes"
16695
16674
  }
16696
16675
  ],
@@ -16729,12 +16708,12 @@
16729
16708
  "description": "",
16730
16709
  "name": "className",
16731
16710
  "parent": {
16732
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16711
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16733
16712
  "name": "HTMLAttributes"
16734
16713
  },
16735
16714
  "declarations": [
16736
16715
  {
16737
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16716
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16738
16717
  "name": "HTMLAttributes"
16739
16718
  }
16740
16719
  ],
@@ -16748,12 +16727,12 @@
16748
16727
  "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
16728
  "name": "ref",
16750
16729
  "parent": {
16751
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16730
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16752
16731
  "name": "RefAttributes"
16753
16732
  },
16754
16733
  "declarations": [
16755
16734
  {
16756
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16735
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16757
16736
  "name": "RefAttributes"
16758
16737
  }
16759
16738
  ],
@@ -16806,242 +16785,17 @@
16806
16785
  "name": "ResponsiveProp<SpacingScale>"
16807
16786
  }
16808
16787
  },
16809
- "align": {
16810
- "defaultValue": null,
16811
- "description": "Vertical alignment of children. Elements will by default stretch to the height of parent-element.",
16812
- "name": "align",
16813
- "parent": {
16814
- "fileName": "src/layout/grid/HGrid.tsx",
16815
- "name": "HGridProps"
16816
- },
16817
- "declarations": [
16818
- {
16819
- "fileName": "src/layout/grid/HGrid.tsx",
16820
- "name": "HGridProps"
16821
- }
16822
- ],
16823
- "required": false,
16824
- "type": {
16825
- "name": "\"start\" | \"center\" | \"end\""
16826
- }
16827
- },
16828
- "className": {
16829
- "defaultValue": null,
16830
- "description": "",
16831
- "name": "className",
16832
- "parent": {
16833
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16834
- "name": "HTMLAttributes"
16835
- },
16836
- "declarations": [
16837
- {
16838
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16839
- "name": "HTMLAttributes"
16840
- }
16841
- ],
16842
- "required": false,
16843
- "type": {
16844
- "name": "string"
16845
- }
16846
- },
16847
- "ref": {
16848
- "defaultValue": null,
16849
- "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
- "name": "ref",
16851
- "parent": {
16852
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16853
- "name": "RefAttributes"
16854
- },
16855
- "declarations": [
16856
- {
16857
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16858
- "name": "RefAttributes"
16859
- }
16860
- ],
16861
- "required": false,
16862
- "type": {
16863
- "name": "Ref<HTMLDivElement>"
16864
- }
16865
- }
16866
- }
16867
- },
16868
- {
16869
- "filePath": "src/layout/responsive/Responsive.tsx",
16870
- "displayName": "Hide",
16871
- "props": {
16872
- "above": {
16873
- "defaultValue": null,
16874
- "description": "@example above='md'",
16875
- "name": "above",
16876
- "parent": {
16877
- "fileName": "src/layout/responsive/Responsive.tsx",
16878
- "name": "ResponsiveProps"
16879
- },
16880
- "declarations": [
16881
- {
16882
- "fileName": "src/layout/responsive/Responsive.tsx",
16883
- "name": "ResponsiveProps"
16884
- }
16885
- ],
16886
- "required": false,
16887
- "type": {
16888
- "name": "\"sm\" | \"md\" | \"lg\" | \"xl\""
16889
- }
16890
- },
16891
- "below": {
16892
- "defaultValue": null,
16893
- "description": "@example below='md'",
16894
- "name": "below",
16895
- "parent": {
16896
- "fileName": "src/layout/responsive/Responsive.tsx",
16897
- "name": "ResponsiveProps"
16898
- },
16899
- "declarations": [
16900
- {
16901
- "fileName": "src/layout/responsive/Responsive.tsx",
16902
- "name": "ResponsiveProps"
16903
- }
16904
- ],
16905
- "required": false,
16906
- "type": {
16907
- "name": "\"sm\" | \"md\" | \"lg\" | \"xl\""
16908
- }
16909
- },
16910
- "as": {
16911
- "defaultValue": {
16912
- "value": "\"div\""
16913
- },
16914
- "description": "Overrides html-tag",
16915
- "name": "as",
16916
- "parent": {
16917
- "fileName": "src/layout/responsive/Responsive.tsx",
16918
- "name": "ResponsiveProps"
16919
- },
16920
- "declarations": [
16921
- {
16922
- "fileName": "src/layout/responsive/Responsive.tsx",
16923
- "name": "ResponsiveProps"
16924
- }
16925
- ],
16926
- "required": false,
16927
- "type": {
16928
- "name": "\"div\" | \"span\""
16929
- }
16930
- },
16931
- "className": {
16932
- "defaultValue": null,
16933
- "description": "",
16934
- "name": "className",
16935
- "parent": {
16936
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16937
- "name": "HTMLAttributes"
16938
- },
16939
- "declarations": [
16940
- {
16941
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16942
- "name": "HTMLAttributes"
16943
- }
16944
- ],
16945
- "required": false,
16946
- "type": {
16947
- "name": "string"
16948
- }
16949
- },
16950
- "ref": {
16951
- "defaultValue": null,
16952
- "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
- "name": "ref",
16954
- "parent": {
16955
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16956
- "name": "RefAttributes"
16957
- },
16958
- "declarations": [
16959
- {
16960
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16961
- "name": "RefAttributes"
16962
- }
16963
- ],
16964
- "required": false,
16965
- "type": {
16966
- "name": "Ref<HTMLDivElement>"
16967
- }
16968
- }
16969
- }
16970
- },
16971
- {
16972
- "filePath": "src/layout/responsive/Responsive.tsx",
16973
- "displayName": "Show",
16974
- "props": {
16975
- "above": {
16976
- "defaultValue": null,
16977
- "description": "@example above='md'",
16978
- "name": "above",
16979
- "parent": {
16980
- "fileName": "src/layout/responsive/Responsive.tsx",
16981
- "name": "ResponsiveProps"
16982
- },
16983
- "declarations": [
16984
- {
16985
- "fileName": "src/layout/responsive/Responsive.tsx",
16986
- "name": "ResponsiveProps"
16987
- }
16988
- ],
16989
- "required": false,
16990
- "type": {
16991
- "name": "\"sm\" | \"md\" | \"lg\" | \"xl\""
16992
- }
16993
- },
16994
- "below": {
16995
- "defaultValue": null,
16996
- "description": "@example below='md'",
16997
- "name": "below",
16998
- "parent": {
16999
- "fileName": "src/layout/responsive/Responsive.tsx",
17000
- "name": "ResponsiveProps"
17001
- },
17002
- "declarations": [
17003
- {
17004
- "fileName": "src/layout/responsive/Responsive.tsx",
17005
- "name": "ResponsiveProps"
17006
- }
17007
- ],
17008
- "required": false,
17009
- "type": {
17010
- "name": "\"sm\" | \"md\" | \"lg\" | \"xl\""
17011
- }
17012
- },
17013
- "as": {
17014
- "defaultValue": {
17015
- "value": "\"div\""
17016
- },
17017
- "description": "Overrides html-tag",
17018
- "name": "as",
17019
- "parent": {
17020
- "fileName": "src/layout/responsive/Responsive.tsx",
17021
- "name": "ResponsiveProps"
17022
- },
17023
- "declarations": [
17024
- {
17025
- "fileName": "src/layout/responsive/Responsive.tsx",
17026
- "name": "ResponsiveProps"
17027
- }
17028
- ],
17029
- "required": false,
17030
- "type": {
17031
- "name": "\"div\" | \"span\""
17032
- }
17033
- },
17034
16788
  "className": {
17035
16789
  "defaultValue": null,
17036
16790
  "description": "",
17037
16791
  "name": "className",
17038
16792
  "parent": {
17039
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16793
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17040
16794
  "name": "HTMLAttributes"
17041
16795
  },
17042
16796
  "declarations": [
17043
16797
  {
17044
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16798
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17045
16799
  "name": "HTMLAttributes"
17046
16800
  }
17047
16801
  ],
@@ -17055,12 +16809,12 @@
17055
16809
  "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
16810
  "name": "ref",
17057
16811
  "parent": {
17058
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16812
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17059
16813
  "name": "RefAttributes"
17060
16814
  },
17061
16815
  "declarations": [
17062
16816
  {
17063
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16817
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17064
16818
  "name": "RefAttributes"
17065
16819
  }
17066
16820
  ],
@@ -17156,12 +16910,12 @@
17156
16910
  "description": "",
17157
16911
  "name": "className",
17158
16912
  "parent": {
17159
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16913
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17160
16914
  "name": "HTMLAttributes"
17161
16915
  },
17162
16916
  "declarations": [
17163
16917
  {
17164
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16918
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17165
16919
  "name": "HTMLAttributes"
17166
16920
  }
17167
16921
  ],
@@ -17175,12 +16929,12 @@
17175
16929
  "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
16930
  "name": "ref",
17177
16931
  "parent": {
17178
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16932
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17179
16933
  "name": "RefAttributes"
17180
16934
  },
17181
16935
  "declarations": [
17182
16936
  {
17183
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16937
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17184
16938
  "name": "RefAttributes"
17185
16939
  }
17186
16940
  ],
@@ -17302,12 +17056,12 @@
17302
17056
  "description": "",
17303
17057
  "name": "className",
17304
17058
  "parent": {
17305
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17059
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17306
17060
  "name": "HTMLAttributes"
17307
17061
  },
17308
17062
  "declarations": [
17309
17063
  {
17310
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17064
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17311
17065
  "name": "HTMLAttributes"
17312
17066
  }
17313
17067
  ],
@@ -17321,12 +17075,12 @@
17321
17075
  "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
17076
  "name": "ref",
17323
17077
  "parent": {
17324
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17078
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17325
17079
  "name": "RefAttributes"
17326
17080
  },
17327
17081
  "declarations": [
17328
17082
  {
17329
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17083
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17330
17084
  "name": "RefAttributes"
17331
17085
  }
17332
17086
  ],
@@ -17403,12 +17157,12 @@
17403
17157
  "description": "",
17404
17158
  "name": "className",
17405
17159
  "parent": {
17406
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17160
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17407
17161
  "name": "HTMLAttributes"
17408
17162
  },
17409
17163
  "declarations": [
17410
17164
  {
17411
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17165
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17412
17166
  "name": "HTMLAttributes"
17413
17167
  }
17414
17168
  ],
@@ -17422,12 +17176,12 @@
17422
17176
  "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
17177
  "name": "ref",
17424
17178
  "parent": {
17425
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17179
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17426
17180
  "name": "RefAttributes"
17427
17181
  },
17428
17182
  "declarations": [
17429
17183
  {
17430
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17184
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17431
17185
  "name": "RefAttributes"
17432
17186
  }
17433
17187
  ],
@@ -17816,12 +17570,12 @@
17816
17570
  "description": "",
17817
17571
  "name": "className",
17818
17572
  "parent": {
17819
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17573
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17820
17574
  "name": "HTMLAttributes"
17821
17575
  },
17822
17576
  "declarations": [
17823
17577
  {
17824
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17578
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17825
17579
  "name": "HTMLAttributes"
17826
17580
  }
17827
17581
  ],
@@ -17835,12 +17589,12 @@
17835
17589
  "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
17590
  "name": "ref",
17837
17591
  "parent": {
17838
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17592
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17839
17593
  "name": "RefAttributes"
17840
17594
  },
17841
17595
  "declarations": [
17842
17596
  {
17843
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17597
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17844
17598
  "name": "RefAttributes"
17845
17599
  }
17846
17600
  ],
@@ -17917,12 +17671,12 @@
17917
17671
  "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
17672
  "name": "ref",
17919
17673
  "parent": {
17920
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17674
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17921
17675
  "name": "RefAttributes"
17922
17676
  },
17923
17677
  "declarations": [
17924
17678
  {
17925
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17679
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17926
17680
  "name": "RefAttributes"
17927
17681
  }
17928
17682
  ],
@@ -17942,12 +17696,12 @@
17942
17696
  "description": "",
17943
17697
  "name": "className",
17944
17698
  "parent": {
17945
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17699
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17946
17700
  "name": "HTMLAttributes"
17947
17701
  },
17948
17702
  "declarations": [
17949
17703
  {
17950
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17704
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17951
17705
  "name": "HTMLAttributes"
17952
17706
  }
17953
17707
  ],
@@ -17961,12 +17715,12 @@
17961
17715
  "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
17716
  "name": "ref",
17963
17717
  "parent": {
17964
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17718
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17965
17719
  "name": "RefAttributes"
17966
17720
  },
17967
17721
  "declarations": [
17968
17722
  {
17969
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17723
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17970
17724
  "name": "RefAttributes"
17971
17725
  }
17972
17726
  ],
@@ -18020,12 +17774,12 @@
18020
17774
  "description": "",
18021
17775
  "name": "className",
18022
17776
  "parent": {
18023
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17777
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18024
17778
  "name": "HTMLAttributes"
18025
17779
  },
18026
17780
  "declarations": [
18027
17781
  {
18028
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17782
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18029
17783
  "name": "HTMLAttributes"
18030
17784
  }
18031
17785
  ],
@@ -18039,12 +17793,12 @@
18039
17793
  "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
17794
  "name": "ref",
18041
17795
  "parent": {
18042
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17796
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18043
17797
  "name": "RefAttributes"
18044
17798
  },
18045
17799
  "declarations": [
18046
17800
  {
18047
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17801
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18048
17802
  "name": "RefAttributes"
18049
17803
  }
18050
17804
  ],
@@ -18083,12 +17837,12 @@
18083
17837
  "description": "",
18084
17838
  "name": "className",
18085
17839
  "parent": {
18086
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17840
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18087
17841
  "name": "HTMLAttributes"
18088
17842
  },
18089
17843
  "declarations": [
18090
17844
  {
18091
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17845
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18092
17846
  "name": "HTMLAttributes"
18093
17847
  }
18094
17848
  ],
@@ -18102,12 +17856,12 @@
18102
17856
  "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
17857
  "name": "ref",
18104
17858
  "parent": {
18105
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17859
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18106
17860
  "name": "RefAttributes"
18107
17861
  },
18108
17862
  "declarations": [
18109
17863
  {
18110
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17864
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18111
17865
  "name": "RefAttributes"
18112
17866
  }
18113
17867
  ],
@@ -18146,12 +17900,12 @@
18146
17900
  "description": "",
18147
17901
  "name": "className",
18148
17902
  "parent": {
18149
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17903
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18150
17904
  "name": "HTMLAttributes"
18151
17905
  },
18152
17906
  "declarations": [
18153
17907
  {
18154
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17908
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18155
17909
  "name": "HTMLAttributes"
18156
17910
  }
18157
17911
  ],
@@ -18165,12 +17919,12 @@
18165
17919
  "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
17920
  "name": "ref",
18167
17921
  "parent": {
18168
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17922
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18169
17923
  "name": "RefAttributes"
18170
17924
  },
18171
17925
  "declarations": [
18172
17926
  {
18173
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17927
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18174
17928
  "name": "RefAttributes"
18175
17929
  }
18176
17930
  ],
@@ -18209,12 +17963,12 @@
18209
17963
  "description": "",
18210
17964
  "name": "className",
18211
17965
  "parent": {
18212
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17966
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18213
17967
  "name": "HTMLAttributes"
18214
17968
  },
18215
17969
  "declarations": [
18216
17970
  {
18217
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17971
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18218
17972
  "name": "HTMLAttributes"
18219
17973
  }
18220
17974
  ],
@@ -18228,12 +17982,12 @@
18228
17982
  "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
17983
  "name": "ref",
18230
17984
  "parent": {
18231
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17985
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18232
17986
  "name": "RefAttributes"
18233
17987
  },
18234
17988
  "declarations": [
18235
17989
  {
18236
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17990
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18237
17991
  "name": "RefAttributes"
18238
17992
  }
18239
17993
  ],
@@ -18272,12 +18026,12 @@
18272
18026
  "description": "",
18273
18027
  "name": "className",
18274
18028
  "parent": {
18275
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18029
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18276
18030
  "name": "HTMLAttributes"
18277
18031
  },
18278
18032
  "declarations": [
18279
18033
  {
18280
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18034
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18281
18035
  "name": "HTMLAttributes"
18282
18036
  }
18283
18037
  ],
@@ -18291,12 +18045,12 @@
18291
18045
  "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
18046
  "name": "ref",
18293
18047
  "parent": {
18294
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18048
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18295
18049
  "name": "RefAttributes"
18296
18050
  },
18297
18051
  "declarations": [
18298
18052
  {
18299
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18053
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18300
18054
  "name": "RefAttributes"
18301
18055
  }
18302
18056
  ],
@@ -18369,12 +18123,12 @@
18369
18123
  "description": "",
18370
18124
  "name": "className",
18371
18125
  "parent": {
18372
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18126
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18373
18127
  "name": "HTMLAttributes"
18374
18128
  },
18375
18129
  "declarations": [
18376
18130
  {
18377
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18131
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18378
18132
  "name": "HTMLAttributes"
18379
18133
  }
18380
18134
  ],
@@ -18426,12 +18180,12 @@
18426
18180
  "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
18181
  "name": "ref",
18428
18182
  "parent": {
18429
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18183
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18430
18184
  "name": "RefAttributes"
18431
18185
  },
18432
18186
  "declarations": [
18433
18187
  {
18434
- "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
18188
+ "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
18435
18189
  "name": "RefAttributes"
18436
18190
  }
18437
18191
  ],