File tree Expand file tree Collapse file tree 2 files changed +0
-38
lines changed
packages/react-reconciler/src Expand file tree Collapse file tree 2 files changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,6 @@ import type {FiberRoot} from './ReactInternalTypes';
1111
1212// TODO: Ideally these types would be opaque but that doesn't work well with
1313// our reconciler fork infra, since these leak into non-reconciler packages.
14- export type LanePriority =
15- | 0
16- | 1
17- | 2
18- | 3
19- | 4
20- | 5
21- | 6
22- | 7
23- | 8
24- | 9
25- | 10
26- | 11
27- | 12
28- | 13
29- | 14
30- | 15
31- | 16
32- | 17 ;
3314
3415export type Lanes = number ;
3516export type Lane = number ;
Original file line number Diff line number Diff line change @@ -11,25 +11,6 @@ import type {FiberRoot} from './ReactInternalTypes';
1111
1212// TODO: Ideally these types would be opaque but that doesn't work well with
1313// our reconciler fork infra, since these leak into non-reconciler packages.
14- export type LanePriority =
15- | 0
16- | 1
17- | 2
18- | 3
19- | 4
20- | 5
21- | 6
22- | 7
23- | 8
24- | 9
25- | 10
26- | 11
27- | 12
28- | 13
29- | 14
30- | 15
31- | 16
32- | 17 ;
3314
3415export type Lanes = number ;
3516export type Lane = number ;
You can’t perform that action at this time.
0 commit comments