Skip to content

Commit 621e0af

Browse files
authored
Accept merge-conflicted baseline (#42398)
1 parent 852c702 commit 621e0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/jsxLibraryManagedAttributesUnusedGeneric.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace jsx {
3333
>css : string
3434

3535
export type LibraryManagedAttributes<C, P> = WithCSSProp<P>
36-
>LibraryManagedAttributes : WithCSSProp<P>
36+
>LibraryManagedAttributes : LibraryManagedAttributes<C, P>
3737

3838
}
3939
}

0 commit comments

Comments
 (0)