upgrade @types/react to 19 + run codemod

This commit is contained in:
Samuel Newman
2025-05-16 16:22:41 -07:00
parent c6fc298d1e
commit bb733dc085
52 changed files with 177 additions and 146 deletions
+2 -2
View File
@@ -65,8 +65,8 @@ export type ButtonState = {
export type ButtonContext = VariantProps & ButtonState
type NonTextElements =
| React.ReactElement
| Iterable<React.ReactElement | null | undefined | boolean>
| React.ReactElement<any>
| Iterable<React.ReactElement<any> | null | undefined | boolean>
export type ButtonProps = Pick<
PressableProps,