@eslint-react/eslint-plugin 1.9.0 → 1.9.1-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -80,44 +80,12 @@ declare const _default: {
80
80
  };
81
81
  readonly settings: {
82
82
  readonly "react-x": {
83
- skipImportCheck: boolean;
84
- importSource?: string | undefined;
85
- jsxPragma?: string | undefined;
86
- jsxPragmaFrag?: string | undefined;
87
- polymorphicPropName?: string | undefined;
88
- strict?: boolean | undefined;
89
- version?: string | undefined;
90
- additionalComponents?: {
91
- name: string;
92
- attributes: {
93
- name: string;
94
- as?: string | undefined;
95
- controlled?: boolean | undefined;
96
- defaultValue?: string | undefined;
97
- }[];
98
- selector?: string | undefined;
99
- as?: string | undefined;
100
- }[] | undefined;
101
- additionalHooks?: {
102
- use?: string[] | undefined;
103
- useActionState?: string[] | undefined;
104
- useCallback?: string[] | undefined;
105
- useContext?: string[] | undefined;
106
- useDebugValue?: string[] | undefined;
107
- useDeferredValue?: string[] | undefined;
108
- useEffect?: string[] | undefined;
109
- useId?: string[] | undefined;
110
- useImperativeHandle?: string[] | undefined;
111
- useInsertionEffect?: string[] | undefined;
112
- useLayoutEffect?: string[] | undefined;
113
- useMemo?: string[] | undefined;
114
- useOptimistic?: string[] | undefined;
115
- useReducer?: string[] | undefined;
116
- useRef?: string[] | undefined;
117
- useState?: string[] | undefined;
118
- useSyncExternalStore?: string[] | undefined;
119
- useTransition?: string[] | undefined;
120
- } | undefined;
83
+ readonly additionalHooks: {
84
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
85
+ };
86
+ readonly polymorphicPropName: "as";
87
+ readonly skipImportCheck: true;
88
+ readonly version: "detect";
121
89
  };
122
90
  };
123
91
  };
@@ -184,44 +152,12 @@ declare const _default: {
184
152
  };
185
153
  readonly settings: {
186
154
  readonly "react-x": {
187
- skipImportCheck: boolean;
188
- importSource?: string | undefined;
189
- jsxPragma?: string | undefined;
190
- jsxPragmaFrag?: string | undefined;
191
- polymorphicPropName?: string | undefined;
192
- strict?: boolean | undefined;
193
- version?: string | undefined;
194
- additionalComponents?: {
195
- name: string;
196
- attributes: {
197
- name: string;
198
- as?: string | undefined;
199
- controlled?: boolean | undefined;
200
- defaultValue?: string | undefined;
201
- }[];
202
- selector?: string | undefined;
203
- as?: string | undefined;
204
- }[] | undefined;
205
- additionalHooks?: {
206
- use?: string[] | undefined;
207
- useActionState?: string[] | undefined;
208
- useCallback?: string[] | undefined;
209
- useContext?: string[] | undefined;
210
- useDebugValue?: string[] | undefined;
211
- useDeferredValue?: string[] | undefined;
212
- useEffect?: string[] | undefined;
213
- useId?: string[] | undefined;
214
- useImperativeHandle?: string[] | undefined;
215
- useInsertionEffect?: string[] | undefined;
216
- useLayoutEffect?: string[] | undefined;
217
- useMemo?: string[] | undefined;
218
- useOptimistic?: string[] | undefined;
219
- useReducer?: string[] | undefined;
220
- useRef?: string[] | undefined;
221
- useState?: string[] | undefined;
222
- useSyncExternalStore?: string[] | undefined;
223
- useTransition?: string[] | undefined;
224
- } | undefined;
155
+ readonly additionalHooks: {
156
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
157
+ };
158
+ readonly polymorphicPropName: "as";
159
+ readonly skipImportCheck: true;
160
+ readonly version: "detect";
225
161
  };
226
162
  };
227
163
  };
@@ -269,44 +205,12 @@ declare const _default: {
269
205
  };
270
206
  readonly settings: {
271
207
  readonly "react-x": {
272
- skipImportCheck: boolean;
273
- importSource?: string | undefined;
274
- jsxPragma?: string | undefined;
275
- jsxPragmaFrag?: string | undefined;
276
- polymorphicPropName?: string | undefined;
277
- strict?: boolean | undefined;
278
- version?: string | undefined;
279
- additionalComponents?: {
280
- name: string;
281
- attributes: {
282
- name: string;
283
- as?: string | undefined;
284
- controlled?: boolean | undefined;
285
- defaultValue?: string | undefined;
286
- }[];
287
- selector?: string | undefined;
288
- as?: string | undefined;
289
- }[] | undefined;
290
- additionalHooks?: {
291
- use?: string[] | undefined;
292
- useActionState?: string[] | undefined;
293
- useCallback?: string[] | undefined;
294
- useContext?: string[] | undefined;
295
- useDebugValue?: string[] | undefined;
296
- useDeferredValue?: string[] | undefined;
297
- useEffect?: string[] | undefined;
298
- useId?: string[] | undefined;
299
- useImperativeHandle?: string[] | undefined;
300
- useInsertionEffect?: string[] | undefined;
301
- useLayoutEffect?: string[] | undefined;
302
- useMemo?: string[] | undefined;
303
- useOptimistic?: string[] | undefined;
304
- useReducer?: string[] | undefined;
305
- useRef?: string[] | undefined;
306
- useState?: string[] | undefined;
307
- useSyncExternalStore?: string[] | undefined;
308
- useTransition?: string[] | undefined;
309
- } | undefined;
208
+ readonly additionalHooks: {
209
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
210
+ };
211
+ readonly polymorphicPropName: "as";
212
+ readonly skipImportCheck: true;
213
+ readonly version: "detect";
310
214
  };
311
215
  };
312
216
  };
@@ -348,44 +252,12 @@ declare const _default: {
348
252
  };
349
253
  readonly settings: {
350
254
  readonly "react-x": {
351
- skipImportCheck: boolean;
352
- importSource?: string | undefined;
353
- jsxPragma?: string | undefined;
354
- jsxPragmaFrag?: string | undefined;
355
- polymorphicPropName?: string | undefined;
356
- strict?: boolean | undefined;
357
- version?: string | undefined;
358
- additionalComponents?: {
359
- name: string;
360
- attributes: {
361
- name: string;
362
- as?: string | undefined;
363
- controlled?: boolean | undefined;
364
- defaultValue?: string | undefined;
365
- }[];
366
- selector?: string | undefined;
367
- as?: string | undefined;
368
- }[] | undefined;
369
- additionalHooks?: {
370
- use?: string[] | undefined;
371
- useActionState?: string[] | undefined;
372
- useCallback?: string[] | undefined;
373
- useContext?: string[] | undefined;
374
- useDebugValue?: string[] | undefined;
375
- useDeferredValue?: string[] | undefined;
376
- useEffect?: string[] | undefined;
377
- useId?: string[] | undefined;
378
- useImperativeHandle?: string[] | undefined;
379
- useInsertionEffect?: string[] | undefined;
380
- useLayoutEffect?: string[] | undefined;
381
- useMemo?: string[] | undefined;
382
- useOptimistic?: string[] | undefined;
383
- useReducer?: string[] | undefined;
384
- useRef?: string[] | undefined;
385
- useState?: string[] | undefined;
386
- useSyncExternalStore?: string[] | undefined;
387
- useTransition?: string[] | undefined;
388
- } | undefined;
255
+ readonly additionalHooks: {
256
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
257
+ };
258
+ readonly polymorphicPropName: "as";
259
+ readonly skipImportCheck: true;
260
+ readonly version: "detect";
389
261
  };
390
262
  };
391
263
  };
@@ -404,44 +276,12 @@ declare const _default: {
404
276
  };
405
277
  readonly settings: {
406
278
  readonly "react-x": {
407
- skipImportCheck: boolean;
408
- importSource?: string | undefined;
409
- jsxPragma?: string | undefined;
410
- jsxPragmaFrag?: string | undefined;
411
- polymorphicPropName?: string | undefined;
412
- strict?: boolean | undefined;
413
- version?: string | undefined;
414
- additionalComponents?: {
415
- name: string;
416
- attributes: {
417
- name: string;
418
- as?: string | undefined;
419
- controlled?: boolean | undefined;
420
- defaultValue?: string | undefined;
421
- }[];
422
- selector?: string | undefined;
423
- as?: string | undefined;
424
- }[] | undefined;
425
- additionalHooks?: {
426
- use?: string[] | undefined;
427
- useActionState?: string[] | undefined;
428
- useCallback?: string[] | undefined;
429
- useContext?: string[] | undefined;
430
- useDebugValue?: string[] | undefined;
431
- useDeferredValue?: string[] | undefined;
432
- useEffect?: string[] | undefined;
433
- useId?: string[] | undefined;
434
- useImperativeHandle?: string[] | undefined;
435
- useInsertionEffect?: string[] | undefined;
436
- useLayoutEffect?: string[] | undefined;
437
- useMemo?: string[] | undefined;
438
- useOptimistic?: string[] | undefined;
439
- useReducer?: string[] | undefined;
440
- useRef?: string[] | undefined;
441
- useState?: string[] | undefined;
442
- useSyncExternalStore?: string[] | undefined;
443
- useTransition?: string[] | undefined;
444
- } | undefined;
279
+ readonly additionalHooks: {
280
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
281
+ };
282
+ readonly polymorphicPropName: "as";
283
+ readonly skipImportCheck: true;
284
+ readonly version: "detect";
445
285
  };
446
286
  };
447
287
  };
@@ -454,44 +294,12 @@ declare const _default: {
454
294
  };
455
295
  readonly settings: {
456
296
  readonly "react-x": {
457
- skipImportCheck: boolean;
458
- importSource?: string | undefined;
459
- jsxPragma?: string | undefined;
460
- jsxPragmaFrag?: string | undefined;
461
- polymorphicPropName?: string | undefined;
462
- strict?: boolean | undefined;
463
- version?: string | undefined;
464
- additionalComponents?: {
465
- name: string;
466
- attributes: {
467
- name: string;
468
- as?: string | undefined;
469
- controlled?: boolean | undefined;
470
- defaultValue?: string | undefined;
471
- }[];
472
- selector?: string | undefined;
473
- as?: string | undefined;
474
- }[] | undefined;
475
- additionalHooks?: {
476
- use?: string[] | undefined;
477
- useActionState?: string[] | undefined;
478
- useCallback?: string[] | undefined;
479
- useContext?: string[] | undefined;
480
- useDebugValue?: string[] | undefined;
481
- useDeferredValue?: string[] | undefined;
482
- useEffect?: string[] | undefined;
483
- useId?: string[] | undefined;
484
- useImperativeHandle?: string[] | undefined;
485
- useInsertionEffect?: string[] | undefined;
486
- useLayoutEffect?: string[] | undefined;
487
- useMemo?: string[] | undefined;
488
- useOptimistic?: string[] | undefined;
489
- useReducer?: string[] | undefined;
490
- useRef?: string[] | undefined;
491
- useState?: string[] | undefined;
492
- useSyncExternalStore?: string[] | undefined;
493
- useTransition?: string[] | undefined;
494
- } | undefined;
297
+ readonly additionalHooks: {
298
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
299
+ };
300
+ readonly polymorphicPropName: "as";
301
+ readonly skipImportCheck: true;
302
+ readonly version: "detect";
495
303
  };
496
304
  };
497
305
  };
@@ -518,44 +326,12 @@ declare const _default: {
518
326
  };
519
327
  readonly settings: {
520
328
  readonly "react-x": {
521
- skipImportCheck: boolean;
522
- importSource?: string | undefined;
523
- jsxPragma?: string | undefined;
524
- jsxPragmaFrag?: string | undefined;
525
- polymorphicPropName?: string | undefined;
526
- strict?: boolean | undefined;
527
- version?: string | undefined;
528
- additionalComponents?: {
529
- name: string;
530
- attributes: {
531
- name: string;
532
- as?: string | undefined;
533
- controlled?: boolean | undefined;
534
- defaultValue?: string | undefined;
535
- }[];
536
- selector?: string | undefined;
537
- as?: string | undefined;
538
- }[] | undefined;
539
- additionalHooks?: {
540
- use?: string[] | undefined;
541
- useActionState?: string[] | undefined;
542
- useCallback?: string[] | undefined;
543
- useContext?: string[] | undefined;
544
- useDebugValue?: string[] | undefined;
545
- useDeferredValue?: string[] | undefined;
546
- useEffect?: string[] | undefined;
547
- useId?: string[] | undefined;
548
- useImperativeHandle?: string[] | undefined;
549
- useInsertionEffect?: string[] | undefined;
550
- useLayoutEffect?: string[] | undefined;
551
- useMemo?: string[] | undefined;
552
- useOptimistic?: string[] | undefined;
553
- useReducer?: string[] | undefined;
554
- useRef?: string[] | undefined;
555
- useState?: string[] | undefined;
556
- useSyncExternalStore?: string[] | undefined;
557
- useTransition?: string[] | undefined;
558
- } | undefined;
329
+ readonly additionalHooks: {
330
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
331
+ };
332
+ readonly polymorphicPropName: "as";
333
+ readonly skipImportCheck: true;
334
+ readonly version: "detect";
559
335
  };
560
336
  };
561
337
  };
@@ -576,44 +352,12 @@ declare const _default: {
576
352
  };
577
353
  readonly settings: {
578
354
  readonly "react-x": {
579
- skipImportCheck: boolean;
580
- importSource?: string | undefined;
581
- jsxPragma?: string | undefined;
582
- jsxPragmaFrag?: string | undefined;
583
- polymorphicPropName?: string | undefined;
584
- strict?: boolean | undefined;
585
- version?: string | undefined;
586
- additionalComponents?: {
587
- name: string;
588
- attributes: {
589
- name: string;
590
- as?: string | undefined;
591
- controlled?: boolean | undefined;
592
- defaultValue?: string | undefined;
593
- }[];
594
- selector?: string | undefined;
595
- as?: string | undefined;
596
- }[] | undefined;
597
- additionalHooks?: {
598
- use?: string[] | undefined;
599
- useActionState?: string[] | undefined;
600
- useCallback?: string[] | undefined;
601
- useContext?: string[] | undefined;
602
- useDebugValue?: string[] | undefined;
603
- useDeferredValue?: string[] | undefined;
604
- useEffect?: string[] | undefined;
605
- useId?: string[] | undefined;
606
- useImperativeHandle?: string[] | undefined;
607
- useInsertionEffect?: string[] | undefined;
608
- useLayoutEffect?: string[] | undefined;
609
- useMemo?: string[] | undefined;
610
- useOptimistic?: string[] | undefined;
611
- useReducer?: string[] | undefined;
612
- useRef?: string[] | undefined;
613
- useState?: string[] | undefined;
614
- useSyncExternalStore?: string[] | undefined;
615
- useTransition?: string[] | undefined;
616
- } | undefined;
355
+ readonly additionalHooks: {
356
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
357
+ };
358
+ readonly polymorphicPropName: "as";
359
+ readonly skipImportCheck: true;
360
+ readonly version: "detect";
617
361
  };
618
362
  };
619
363
  };
@@ -626,104 +370,72 @@ declare const _default: {
626
370
  readonly "@eslint-react/naming-convention": typeof reactNamingConvention;
627
371
  };
628
372
  readonly rules: {
629
- "@eslint-react/avoid-shorthand-boolean"?: "off";
630
- "@eslint-react/avoid-shorthand-fragment"?: "off";
631
- "@eslint-react/ensure-forward-ref-using-ref"?: "off";
632
- "@eslint-react/no-access-state-in-setstate"?: "off";
633
- "@eslint-react/no-array-index-key"?: "off";
634
- "@eslint-react/no-children-count"?: "off";
635
- "@eslint-react/no-children-for-each"?: "off";
636
- "@eslint-react/no-children-map"?: "off";
637
- "@eslint-react/no-children-only"?: "off";
638
- "@eslint-react/no-children-prop"?: "off";
639
- "@eslint-react/no-children-to-array"?: "off";
640
- "@eslint-react/no-class-component"?: "off";
641
- "@eslint-react/no-clone-element"?: "off";
642
- "@eslint-react/no-comment-textnodes"?: "off";
643
- "@eslint-react/no-complex-conditional-rendering"?: "off";
644
- "@eslint-react/no-component-will-mount"?: "off";
645
- "@eslint-react/no-component-will-receive-props"?: "off";
646
- "@eslint-react/no-component-will-update"?: "off";
647
- "@eslint-react/no-create-ref"?: "off";
648
- "@eslint-react/no-default-props"?: "off";
649
- "@eslint-react/no-direct-mutation-state"?: "off";
650
- "@eslint-react/no-duplicate-key"?: "off";
651
- "@eslint-react/no-missing-component-display-name"?: "off";
652
- "@eslint-react/no-missing-key"?: "off";
653
- "@eslint-react/no-nested-components"?: "off";
654
- "@eslint-react/no-prop-types"?: "off";
655
- "@eslint-react/no-redundant-should-component-update"?: "off";
656
- "@eslint-react/no-set-state-in-component-did-mount"?: "off";
657
- "@eslint-react/no-set-state-in-component-did-update"?: "off";
658
- "@eslint-react/no-set-state-in-component-will-update"?: "off";
659
- "@eslint-react/no-string-refs"?: "off";
660
- "@eslint-react/no-unsafe-component-will-mount"?: "off";
661
- "@eslint-react/no-unsafe-component-will-receive-props"?: "off";
662
- "@eslint-react/no-unsafe-component-will-update"?: "off";
663
- "@eslint-react/no-unstable-context-value"?: "off";
664
- "@eslint-react/no-unstable-default-props"?: "off";
665
- "@eslint-react/no-unused-class-component-members"?: "off";
666
- "@eslint-react/no-unused-state"?: "off";
667
- "@eslint-react/no-useless-fragment"?: "off";
668
- "@eslint-react/prefer-destructuring-assignment"?: "off";
669
- "@eslint-react/prefer-shorthand-boolean"?: "off";
670
- "@eslint-react/prefer-shorthand-fragment"?: "off";
671
- "@eslint-react/dom/no-children-in-void-dom-elements"?: "off";
672
- "@eslint-react/dom/no-dangerously-set-innerhtml"?: "off";
673
- "@eslint-react/dom/no-dangerously-set-innerhtml-with-children"?: "off";
674
- "@eslint-react/dom/no-find-dom-node"?: "off";
675
- "@eslint-react/dom/no-missing-button-type"?: "off";
676
- "@eslint-react/dom/no-missing-iframe-sandbox"?: "off";
677
- "@eslint-react/dom/no-namespace"?: "off";
678
- "@eslint-react/dom/no-render-return-value"?: "off";
679
- "@eslint-react/dom/no-script-url"?: "off";
680
- "@eslint-react/dom/no-unsafe-iframe-sandbox"?: "off";
681
- "@eslint-react/dom/no-unsafe-target-blank"?: "off";
682
- "@eslint-react/naming-convention/component-name"?: "off";
683
- "@eslint-react/naming-convention/filename"?: "off";
684
- "@eslint-react/naming-convention/filename-extension"?: "off";
685
- "@eslint-react/naming-convention/use-state"?: "off";
373
+ "@eslint-react/avoid-shorthand-boolean": never;
374
+ "@eslint-react/avoid-shorthand-fragment": never;
375
+ "@eslint-react/ensure-forward-ref-using-ref": never;
376
+ "@eslint-react/no-access-state-in-setstate": never;
377
+ "@eslint-react/no-array-index-key": never;
378
+ "@eslint-react/no-children-count": never;
379
+ "@eslint-react/no-children-for-each": never;
380
+ "@eslint-react/no-children-map": never;
381
+ "@eslint-react/no-children-only": never;
382
+ "@eslint-react/no-children-prop": never;
383
+ "@eslint-react/no-children-to-array": never;
384
+ "@eslint-react/no-class-component": never;
385
+ "@eslint-react/no-clone-element": never;
386
+ "@eslint-react/no-comment-textnodes": never;
387
+ "@eslint-react/no-complex-conditional-rendering": never;
388
+ "@eslint-react/no-component-will-mount": never;
389
+ "@eslint-react/no-component-will-receive-props": never;
390
+ "@eslint-react/no-component-will-update": never;
391
+ "@eslint-react/no-create-ref": never;
392
+ "@eslint-react/no-default-props": never;
393
+ "@eslint-react/no-direct-mutation-state": never;
394
+ "@eslint-react/no-duplicate-key": never;
395
+ "@eslint-react/no-missing-component-display-name": never;
396
+ "@eslint-react/no-missing-key": never;
397
+ "@eslint-react/no-nested-components": never;
398
+ "@eslint-react/no-prop-types": never;
399
+ "@eslint-react/no-redundant-should-component-update": never;
400
+ "@eslint-react/no-set-state-in-component-did-mount": never;
401
+ "@eslint-react/no-set-state-in-component-did-update": never;
402
+ "@eslint-react/no-set-state-in-component-will-update": never;
403
+ "@eslint-react/no-string-refs": never;
404
+ "@eslint-react/no-unsafe-component-will-mount": never;
405
+ "@eslint-react/no-unsafe-component-will-receive-props": never;
406
+ "@eslint-react/no-unsafe-component-will-update": never;
407
+ "@eslint-react/no-unstable-context-value": never;
408
+ "@eslint-react/no-unstable-default-props": never;
409
+ "@eslint-react/no-unused-class-component-members": never;
410
+ "@eslint-react/no-unused-state": never;
411
+ "@eslint-react/no-useless-fragment": never;
412
+ "@eslint-react/prefer-destructuring-assignment": never;
413
+ "@eslint-react/prefer-shorthand-boolean": never;
414
+ "@eslint-react/prefer-shorthand-fragment": never;
415
+ "@eslint-react/dom/no-children-in-void-dom-elements": never;
416
+ "@eslint-react/dom/no-dangerously-set-innerhtml": never;
417
+ "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": never;
418
+ "@eslint-react/dom/no-find-dom-node": never;
419
+ "@eslint-react/dom/no-missing-button-type": never;
420
+ "@eslint-react/dom/no-missing-iframe-sandbox": never;
421
+ "@eslint-react/dom/no-namespace": never;
422
+ "@eslint-react/dom/no-render-return-value": never;
423
+ "@eslint-react/dom/no-script-url": never;
424
+ "@eslint-react/dom/no-unsafe-iframe-sandbox": never;
425
+ "@eslint-react/dom/no-unsafe-target-blank": never;
426
+ "@eslint-react/naming-convention/component-name": never;
427
+ "@eslint-react/naming-convention/filename": never;
428
+ "@eslint-react/naming-convention/filename-extension": never;
429
+ "@eslint-react/naming-convention/use-state": never;
686
430
  };
687
431
  readonly settings: {
688
432
  readonly "react-x": {
689
- skipImportCheck: boolean;
690
- importSource?: string | undefined;
691
- jsxPragma?: string | undefined;
692
- jsxPragmaFrag?: string | undefined;
693
- polymorphicPropName?: string | undefined;
694
- strict?: boolean | undefined;
695
- version?: string | undefined;
696
- additionalComponents?: {
697
- name: string;
698
- attributes: {
699
- name: string;
700
- as?: string | undefined;
701
- controlled?: boolean | undefined;
702
- defaultValue?: string | undefined;
703
- }[];
704
- selector?: string | undefined;
705
- as?: string | undefined;
706
- }[] | undefined;
707
- additionalHooks?: {
708
- use?: string[] | undefined;
709
- useActionState?: string[] | undefined;
710
- useCallback?: string[] | undefined;
711
- useContext?: string[] | undefined;
712
- useDebugValue?: string[] | undefined;
713
- useDeferredValue?: string[] | undefined;
714
- useEffect?: string[] | undefined;
715
- useId?: string[] | undefined;
716
- useImperativeHandle?: string[] | undefined;
717
- useInsertionEffect?: string[] | undefined;
718
- useLayoutEffect?: string[] | undefined;
719
- useMemo?: string[] | undefined;
720
- useOptimistic?: string[] | undefined;
721
- useReducer?: string[] | undefined;
722
- useRef?: string[] | undefined;
723
- useState?: string[] | undefined;
724
- useSyncExternalStore?: string[] | undefined;
725
- useTransition?: string[] | undefined;
726
- } | undefined;
433
+ readonly additionalHooks: {
434
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
435
+ };
436
+ readonly polymorphicPropName: "as";
437
+ readonly skipImportCheck: true;
438
+ readonly version: "detect";
727
439
  };
728
440
  };
729
441
  };
@@ -736,220 +448,124 @@ declare const _default: {
736
448
  readonly "@eslint-react/naming-convention": typeof reactNamingConvention;
737
449
  };
738
450
  readonly rules: {
739
- "@eslint-react/dom/no-children-in-void-dom-elements"?: "off";
740
- "@eslint-react/dom/no-dangerously-set-innerhtml"?: "off";
741
- "@eslint-react/dom/no-dangerously-set-innerhtml-with-children"?: "off";
742
- "@eslint-react/dom/no-find-dom-node"?: "off";
743
- "@eslint-react/dom/no-missing-button-type"?: "off";
744
- "@eslint-react/dom/no-missing-iframe-sandbox"?: "off";
745
- "@eslint-react/dom/no-namespace"?: "off";
746
- "@eslint-react/dom/no-render-return-value"?: "off";
747
- "@eslint-react/dom/no-script-url"?: "off";
748
- "@eslint-react/dom/no-unsafe-iframe-sandbox"?: "off";
749
- "@eslint-react/dom/no-unsafe-target-blank"?: "off";
451
+ "@eslint-react/dom/no-children-in-void-dom-elements": never;
452
+ "@eslint-react/dom/no-dangerously-set-innerhtml": never;
453
+ "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": never;
454
+ "@eslint-react/dom/no-find-dom-node": never;
455
+ "@eslint-react/dom/no-missing-button-type": never;
456
+ "@eslint-react/dom/no-missing-iframe-sandbox": never;
457
+ "@eslint-react/dom/no-namespace": never;
458
+ "@eslint-react/dom/no-render-return-value": never;
459
+ "@eslint-react/dom/no-script-url": never;
460
+ "@eslint-react/dom/no-unsafe-iframe-sandbox": never;
461
+ "@eslint-react/dom/no-unsafe-target-blank": never;
750
462
  };
751
463
  readonly settings: {
752
464
  readonly "react-x": {
753
- skipImportCheck: boolean;
754
- importSource?: string | undefined;
755
- jsxPragma?: string | undefined;
756
- jsxPragmaFrag?: string | undefined;
757
- polymorphicPropName?: string | undefined;
758
- strict?: boolean | undefined;
759
- version?: string | undefined;
760
- additionalComponents?: {
761
- name: string;
762
- attributes: {
763
- name: string;
764
- as?: string | undefined;
765
- controlled?: boolean | undefined;
766
- defaultValue?: string | undefined;
767
- }[];
768
- selector?: string | undefined;
769
- as?: string | undefined;
770
- }[] | undefined;
771
- additionalHooks?: {
772
- use?: string[] | undefined;
773
- useActionState?: string[] | undefined;
774
- useCallback?: string[] | undefined;
775
- useContext?: string[] | undefined;
776
- useDebugValue?: string[] | undefined;
777
- useDeferredValue?: string[] | undefined;
778
- useEffect?: string[] | undefined;
779
- useId?: string[] | undefined;
780
- useImperativeHandle?: string[] | undefined;
781
- useInsertionEffect?: string[] | undefined;
782
- useLayoutEffect?: string[] | undefined;
783
- useMemo?: string[] | undefined;
784
- useOptimistic?: string[] | undefined;
785
- useReducer?: string[] | undefined;
786
- useRef?: string[] | undefined;
787
- useState?: string[] | undefined;
788
- useSyncExternalStore?: string[] | undefined;
789
- useTransition?: string[] | undefined;
790
- } | undefined;
465
+ readonly additionalHooks: {
466
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
467
+ };
468
+ readonly polymorphicPropName: "as";
469
+ readonly skipImportCheck: true;
470
+ readonly version: "detect";
791
471
  };
792
472
  };
793
473
  };
794
474
  readonly "off-dom-legacy": {
795
475
  readonly plugins: readonly ["@eslint-react"];
796
476
  readonly rules: {
797
- "@eslint-react/dom/no-children-in-void-dom-elements"?: "off";
798
- "@eslint-react/dom/no-dangerously-set-innerhtml"?: "off";
799
- "@eslint-react/dom/no-dangerously-set-innerhtml-with-children"?: "off";
800
- "@eslint-react/dom/no-find-dom-node"?: "off";
801
- "@eslint-react/dom/no-missing-button-type"?: "off";
802
- "@eslint-react/dom/no-missing-iframe-sandbox"?: "off";
803
- "@eslint-react/dom/no-namespace"?: "off";
804
- "@eslint-react/dom/no-render-return-value"?: "off";
805
- "@eslint-react/dom/no-script-url"?: "off";
806
- "@eslint-react/dom/no-unsafe-iframe-sandbox"?: "off";
807
- "@eslint-react/dom/no-unsafe-target-blank"?: "off";
477
+ "@eslint-react/dom/no-children-in-void-dom-elements": never;
478
+ "@eslint-react/dom/no-dangerously-set-innerhtml": never;
479
+ "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": never;
480
+ "@eslint-react/dom/no-find-dom-node": never;
481
+ "@eslint-react/dom/no-missing-button-type": never;
482
+ "@eslint-react/dom/no-missing-iframe-sandbox": never;
483
+ "@eslint-react/dom/no-namespace": never;
484
+ "@eslint-react/dom/no-render-return-value": never;
485
+ "@eslint-react/dom/no-script-url": never;
486
+ "@eslint-react/dom/no-unsafe-iframe-sandbox": never;
487
+ "@eslint-react/dom/no-unsafe-target-blank": never;
808
488
  };
809
489
  readonly settings: {
810
490
  readonly "react-x": {
811
- skipImportCheck: boolean;
812
- importSource?: string | undefined;
813
- jsxPragma?: string | undefined;
814
- jsxPragmaFrag?: string | undefined;
815
- polymorphicPropName?: string | undefined;
816
- strict?: boolean | undefined;
817
- version?: string | undefined;
818
- additionalComponents?: {
819
- name: string;
820
- attributes: {
821
- name: string;
822
- as?: string | undefined;
823
- controlled?: boolean | undefined;
824
- defaultValue?: string | undefined;
825
- }[];
826
- selector?: string | undefined;
827
- as?: string | undefined;
828
- }[] | undefined;
829
- additionalHooks?: {
830
- use?: string[] | undefined;
831
- useActionState?: string[] | undefined;
832
- useCallback?: string[] | undefined;
833
- useContext?: string[] | undefined;
834
- useDebugValue?: string[] | undefined;
835
- useDeferredValue?: string[] | undefined;
836
- useEffect?: string[] | undefined;
837
- useId?: string[] | undefined;
838
- useImperativeHandle?: string[] | undefined;
839
- useInsertionEffect?: string[] | undefined;
840
- useLayoutEffect?: string[] | undefined;
841
- useMemo?: string[] | undefined;
842
- useOptimistic?: string[] | undefined;
843
- useReducer?: string[] | undefined;
844
- useRef?: string[] | undefined;
845
- useState?: string[] | undefined;
846
- useSyncExternalStore?: string[] | undefined;
847
- useTransition?: string[] | undefined;
848
- } | undefined;
491
+ readonly additionalHooks: {
492
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
493
+ };
494
+ readonly polymorphicPropName: "as";
495
+ readonly skipImportCheck: true;
496
+ readonly version: "detect";
849
497
  };
850
498
  };
851
499
  };
852
500
  readonly "off-legacy": {
853
501
  readonly plugins: readonly ["@eslint-react"];
854
502
  readonly rules: {
855
- "@eslint-react/avoid-shorthand-boolean"?: "off";
856
- "@eslint-react/avoid-shorthand-fragment"?: "off";
857
- "@eslint-react/ensure-forward-ref-using-ref"?: "off";
858
- "@eslint-react/no-access-state-in-setstate"?: "off";
859
- "@eslint-react/no-array-index-key"?: "off";
860
- "@eslint-react/no-children-count"?: "off";
861
- "@eslint-react/no-children-for-each"?: "off";
862
- "@eslint-react/no-children-map"?: "off";
863
- "@eslint-react/no-children-only"?: "off";
864
- "@eslint-react/no-children-prop"?: "off";
865
- "@eslint-react/no-children-to-array"?: "off";
866
- "@eslint-react/no-class-component"?: "off";
867
- "@eslint-react/no-clone-element"?: "off";
868
- "@eslint-react/no-comment-textnodes"?: "off";
869
- "@eslint-react/no-complex-conditional-rendering"?: "off";
870
- "@eslint-react/no-component-will-mount"?: "off";
871
- "@eslint-react/no-component-will-receive-props"?: "off";
872
- "@eslint-react/no-component-will-update"?: "off";
873
- "@eslint-react/no-create-ref"?: "off";
874
- "@eslint-react/no-default-props"?: "off";
875
- "@eslint-react/no-direct-mutation-state"?: "off";
876
- "@eslint-react/no-duplicate-key"?: "off";
877
- "@eslint-react/no-missing-component-display-name"?: "off";
878
- "@eslint-react/no-missing-key"?: "off";
879
- "@eslint-react/no-nested-components"?: "off";
880
- "@eslint-react/no-prop-types"?: "off";
881
- "@eslint-react/no-redundant-should-component-update"?: "off";
882
- "@eslint-react/no-set-state-in-component-did-mount"?: "off";
883
- "@eslint-react/no-set-state-in-component-did-update"?: "off";
884
- "@eslint-react/no-set-state-in-component-will-update"?: "off";
885
- "@eslint-react/no-string-refs"?: "off";
886
- "@eslint-react/no-unsafe-component-will-mount"?: "off";
887
- "@eslint-react/no-unsafe-component-will-receive-props"?: "off";
888
- "@eslint-react/no-unsafe-component-will-update"?: "off";
889
- "@eslint-react/no-unstable-context-value"?: "off";
890
- "@eslint-react/no-unstable-default-props"?: "off";
891
- "@eslint-react/no-unused-class-component-members"?: "off";
892
- "@eslint-react/no-unused-state"?: "off";
893
- "@eslint-react/no-useless-fragment"?: "off";
894
- "@eslint-react/prefer-destructuring-assignment"?: "off";
895
- "@eslint-react/prefer-shorthand-boolean"?: "off";
896
- "@eslint-react/prefer-shorthand-fragment"?: "off";
897
- "@eslint-react/dom/no-children-in-void-dom-elements"?: "off";
898
- "@eslint-react/dom/no-dangerously-set-innerhtml"?: "off";
899
- "@eslint-react/dom/no-dangerously-set-innerhtml-with-children"?: "off";
900
- "@eslint-react/dom/no-find-dom-node"?: "off";
901
- "@eslint-react/dom/no-missing-button-type"?: "off";
902
- "@eslint-react/dom/no-missing-iframe-sandbox"?: "off";
903
- "@eslint-react/dom/no-namespace"?: "off";
904
- "@eslint-react/dom/no-render-return-value"?: "off";
905
- "@eslint-react/dom/no-script-url"?: "off";
906
- "@eslint-react/dom/no-unsafe-iframe-sandbox"?: "off";
907
- "@eslint-react/dom/no-unsafe-target-blank"?: "off";
908
- "@eslint-react/naming-convention/component-name"?: "off";
909
- "@eslint-react/naming-convention/filename"?: "off";
910
- "@eslint-react/naming-convention/filename-extension"?: "off";
911
- "@eslint-react/naming-convention/use-state"?: "off";
503
+ "@eslint-react/avoid-shorthand-boolean": never;
504
+ "@eslint-react/avoid-shorthand-fragment": never;
505
+ "@eslint-react/ensure-forward-ref-using-ref": never;
506
+ "@eslint-react/no-access-state-in-setstate": never;
507
+ "@eslint-react/no-array-index-key": never;
508
+ "@eslint-react/no-children-count": never;
509
+ "@eslint-react/no-children-for-each": never;
510
+ "@eslint-react/no-children-map": never;
511
+ "@eslint-react/no-children-only": never;
512
+ "@eslint-react/no-children-prop": never;
513
+ "@eslint-react/no-children-to-array": never;
514
+ "@eslint-react/no-class-component": never;
515
+ "@eslint-react/no-clone-element": never;
516
+ "@eslint-react/no-comment-textnodes": never;
517
+ "@eslint-react/no-complex-conditional-rendering": never;
518
+ "@eslint-react/no-component-will-mount": never;
519
+ "@eslint-react/no-component-will-receive-props": never;
520
+ "@eslint-react/no-component-will-update": never;
521
+ "@eslint-react/no-create-ref": never;
522
+ "@eslint-react/no-default-props": never;
523
+ "@eslint-react/no-direct-mutation-state": never;
524
+ "@eslint-react/no-duplicate-key": never;
525
+ "@eslint-react/no-missing-component-display-name": never;
526
+ "@eslint-react/no-missing-key": never;
527
+ "@eslint-react/no-nested-components": never;
528
+ "@eslint-react/no-prop-types": never;
529
+ "@eslint-react/no-redundant-should-component-update": never;
530
+ "@eslint-react/no-set-state-in-component-did-mount": never;
531
+ "@eslint-react/no-set-state-in-component-did-update": never;
532
+ "@eslint-react/no-set-state-in-component-will-update": never;
533
+ "@eslint-react/no-string-refs": never;
534
+ "@eslint-react/no-unsafe-component-will-mount": never;
535
+ "@eslint-react/no-unsafe-component-will-receive-props": never;
536
+ "@eslint-react/no-unsafe-component-will-update": never;
537
+ "@eslint-react/no-unstable-context-value": never;
538
+ "@eslint-react/no-unstable-default-props": never;
539
+ "@eslint-react/no-unused-class-component-members": never;
540
+ "@eslint-react/no-unused-state": never;
541
+ "@eslint-react/no-useless-fragment": never;
542
+ "@eslint-react/prefer-destructuring-assignment": never;
543
+ "@eslint-react/prefer-shorthand-boolean": never;
544
+ "@eslint-react/prefer-shorthand-fragment": never;
545
+ "@eslint-react/dom/no-children-in-void-dom-elements": never;
546
+ "@eslint-react/dom/no-dangerously-set-innerhtml": never;
547
+ "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": never;
548
+ "@eslint-react/dom/no-find-dom-node": never;
549
+ "@eslint-react/dom/no-missing-button-type": never;
550
+ "@eslint-react/dom/no-missing-iframe-sandbox": never;
551
+ "@eslint-react/dom/no-namespace": never;
552
+ "@eslint-react/dom/no-render-return-value": never;
553
+ "@eslint-react/dom/no-script-url": never;
554
+ "@eslint-react/dom/no-unsafe-iframe-sandbox": never;
555
+ "@eslint-react/dom/no-unsafe-target-blank": never;
556
+ "@eslint-react/naming-convention/component-name": never;
557
+ "@eslint-react/naming-convention/filename": never;
558
+ "@eslint-react/naming-convention/filename-extension": never;
559
+ "@eslint-react/naming-convention/use-state": never;
912
560
  };
913
561
  readonly settings: {
914
562
  readonly "react-x": {
915
- skipImportCheck: boolean;
916
- importSource?: string | undefined;
917
- jsxPragma?: string | undefined;
918
- jsxPragmaFrag?: string | undefined;
919
- polymorphicPropName?: string | undefined;
920
- strict?: boolean | undefined;
921
- version?: string | undefined;
922
- additionalComponents?: {
923
- name: string;
924
- attributes: {
925
- name: string;
926
- as?: string | undefined;
927
- controlled?: boolean | undefined;
928
- defaultValue?: string | undefined;
929
- }[];
930
- selector?: string | undefined;
931
- as?: string | undefined;
932
- }[] | undefined;
933
- additionalHooks?: {
934
- use?: string[] | undefined;
935
- useActionState?: string[] | undefined;
936
- useCallback?: string[] | undefined;
937
- useContext?: string[] | undefined;
938
- useDebugValue?: string[] | undefined;
939
- useDeferredValue?: string[] | undefined;
940
- useEffect?: string[] | undefined;
941
- useId?: string[] | undefined;
942
- useImperativeHandle?: string[] | undefined;
943
- useInsertionEffect?: string[] | undefined;
944
- useLayoutEffect?: string[] | undefined;
945
- useMemo?: string[] | undefined;
946
- useOptimistic?: string[] | undefined;
947
- useReducer?: string[] | undefined;
948
- useRef?: string[] | undefined;
949
- useState?: string[] | undefined;
950
- useSyncExternalStore?: string[] | undefined;
951
- useTransition?: string[] | undefined;
952
- } | undefined;
563
+ readonly additionalHooks: {
564
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
565
+ };
566
+ readonly polymorphicPropName: "as";
567
+ readonly skipImportCheck: true;
568
+ readonly version: "detect";
953
569
  };
954
570
  };
955
571
  };
@@ -1008,44 +624,12 @@ declare const _default: {
1008
624
  };
1009
625
  readonly settings: {
1010
626
  readonly "react-x": {
1011
- skipImportCheck: boolean;
1012
- importSource?: string | undefined;
1013
- jsxPragma?: string | undefined;
1014
- jsxPragmaFrag?: string | undefined;
1015
- polymorphicPropName?: string | undefined;
1016
- strict?: boolean | undefined;
1017
- version?: string | undefined;
1018
- additionalComponents?: {
1019
- name: string;
1020
- attributes: {
1021
- name: string;
1022
- as?: string | undefined;
1023
- controlled?: boolean | undefined;
1024
- defaultValue?: string | undefined;
1025
- }[];
1026
- selector?: string | undefined;
1027
- as?: string | undefined;
1028
- }[] | undefined;
1029
- additionalHooks?: {
1030
- use?: string[] | undefined;
1031
- useActionState?: string[] | undefined;
1032
- useCallback?: string[] | undefined;
1033
- useContext?: string[] | undefined;
1034
- useDebugValue?: string[] | undefined;
1035
- useDeferredValue?: string[] | undefined;
1036
- useEffect?: string[] | undefined;
1037
- useId?: string[] | undefined;
1038
- useImperativeHandle?: string[] | undefined;
1039
- useInsertionEffect?: string[] | undefined;
1040
- useLayoutEffect?: string[] | undefined;
1041
- useMemo?: string[] | undefined;
1042
- useOptimistic?: string[] | undefined;
1043
- useReducer?: string[] | undefined;
1044
- useRef?: string[] | undefined;
1045
- useState?: string[] | undefined;
1046
- useSyncExternalStore?: string[] | undefined;
1047
- useTransition?: string[] | undefined;
1048
- } | undefined;
627
+ readonly additionalHooks: {
628
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
629
+ };
630
+ readonly polymorphicPropName: "as";
631
+ readonly skipImportCheck: true;
632
+ readonly version: "detect";
1049
633
  };
1050
634
  };
1051
635
  };
@@ -1098,44 +682,12 @@ declare const _default: {
1098
682
  };
1099
683
  readonly settings: {
1100
684
  readonly "react-x": {
1101
- skipImportCheck: boolean;
1102
- importSource?: string | undefined;
1103
- jsxPragma?: string | undefined;
1104
- jsxPragmaFrag?: string | undefined;
1105
- polymorphicPropName?: string | undefined;
1106
- strict?: boolean | undefined;
1107
- version?: string | undefined;
1108
- additionalComponents?: {
1109
- name: string;
1110
- attributes: {
1111
- name: string;
1112
- as?: string | undefined;
1113
- controlled?: boolean | undefined;
1114
- defaultValue?: string | undefined;
1115
- }[];
1116
- selector?: string | undefined;
1117
- as?: string | undefined;
1118
- }[] | undefined;
1119
- additionalHooks?: {
1120
- use?: string[] | undefined;
1121
- useActionState?: string[] | undefined;
1122
- useCallback?: string[] | undefined;
1123
- useContext?: string[] | undefined;
1124
- useDebugValue?: string[] | undefined;
1125
- useDeferredValue?: string[] | undefined;
1126
- useEffect?: string[] | undefined;
1127
- useId?: string[] | undefined;
1128
- useImperativeHandle?: string[] | undefined;
1129
- useInsertionEffect?: string[] | undefined;
1130
- useLayoutEffect?: string[] | undefined;
1131
- useMemo?: string[] | undefined;
1132
- useOptimistic?: string[] | undefined;
1133
- useReducer?: string[] | undefined;
1134
- useRef?: string[] | undefined;
1135
- useState?: string[] | undefined;
1136
- useSyncExternalStore?: string[] | undefined;
1137
- useTransition?: string[] | undefined;
1138
- } | undefined;
685
+ readonly additionalHooks: {
686
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
687
+ };
688
+ readonly polymorphicPropName: "as";
689
+ readonly skipImportCheck: true;
690
+ readonly version: "detect";
1139
691
  };
1140
692
  };
1141
693
  };
@@ -1195,44 +747,12 @@ declare const _default: {
1195
747
  };
1196
748
  readonly settings: {
1197
749
  readonly "react-x": {
1198
- skipImportCheck: boolean;
1199
- importSource?: string | undefined;
1200
- jsxPragma?: string | undefined;
1201
- jsxPragmaFrag?: string | undefined;
1202
- polymorphicPropName?: string | undefined;
1203
- strict?: boolean | undefined;
1204
- version?: string | undefined;
1205
- additionalComponents?: {
1206
- name: string;
1207
- attributes: {
1208
- name: string;
1209
- as?: string | undefined;
1210
- controlled?: boolean | undefined;
1211
- defaultValue?: string | undefined;
1212
- }[];
1213
- selector?: string | undefined;
1214
- as?: string | undefined;
1215
- }[] | undefined;
1216
- additionalHooks?: {
1217
- use?: string[] | undefined;
1218
- useActionState?: string[] | undefined;
1219
- useCallback?: string[] | undefined;
1220
- useContext?: string[] | undefined;
1221
- useDebugValue?: string[] | undefined;
1222
- useDeferredValue?: string[] | undefined;
1223
- useEffect?: string[] | undefined;
1224
- useId?: string[] | undefined;
1225
- useImperativeHandle?: string[] | undefined;
1226
- useInsertionEffect?: string[] | undefined;
1227
- useLayoutEffect?: string[] | undefined;
1228
- useMemo?: string[] | undefined;
1229
- useOptimistic?: string[] | undefined;
1230
- useReducer?: string[] | undefined;
1231
- useRef?: string[] | undefined;
1232
- useState?: string[] | undefined;
1233
- useSyncExternalStore?: string[] | undefined;
1234
- useTransition?: string[] | undefined;
1235
- } | undefined;
750
+ readonly additionalHooks: {
751
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
752
+ };
753
+ readonly polymorphicPropName: "as";
754
+ readonly skipImportCheck: true;
755
+ readonly version: "detect";
1236
756
  };
1237
757
  };
1238
758
  };
@@ -1286,44 +806,12 @@ declare const _default: {
1286
806
  };
1287
807
  readonly settings: {
1288
808
  readonly "react-x": {
1289
- skipImportCheck: boolean;
1290
- importSource?: string | undefined;
1291
- jsxPragma?: string | undefined;
1292
- jsxPragmaFrag?: string | undefined;
1293
- polymorphicPropName?: string | undefined;
1294
- strict?: boolean | undefined;
1295
- version?: string | undefined;
1296
- additionalComponents?: {
1297
- name: string;
1298
- attributes: {
1299
- name: string;
1300
- as?: string | undefined;
1301
- controlled?: boolean | undefined;
1302
- defaultValue?: string | undefined;
1303
- }[];
1304
- selector?: string | undefined;
1305
- as?: string | undefined;
1306
- }[] | undefined;
1307
- additionalHooks?: {
1308
- use?: string[] | undefined;
1309
- useActionState?: string[] | undefined;
1310
- useCallback?: string[] | undefined;
1311
- useContext?: string[] | undefined;
1312
- useDebugValue?: string[] | undefined;
1313
- useDeferredValue?: string[] | undefined;
1314
- useEffect?: string[] | undefined;
1315
- useId?: string[] | undefined;
1316
- useImperativeHandle?: string[] | undefined;
1317
- useInsertionEffect?: string[] | undefined;
1318
- useLayoutEffect?: string[] | undefined;
1319
- useMemo?: string[] | undefined;
1320
- useOptimistic?: string[] | undefined;
1321
- useReducer?: string[] | undefined;
1322
- useRef?: string[] | undefined;
1323
- useState?: string[] | undefined;
1324
- useSyncExternalStore?: string[] | undefined;
1325
- useTransition?: string[] | undefined;
1326
- } | undefined;
809
+ readonly additionalHooks: {
810
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
811
+ };
812
+ readonly polymorphicPropName: "as";
813
+ readonly skipImportCheck: true;
814
+ readonly version: "detect";
1327
815
  };
1328
816
  };
1329
817
  };