use npm-check-updates package
for children with props
npx types-react-codemod preset-18 ./src
case importing named objects search and replace using this (regex)
find line:
(.*)React.(PropsWithChildren.*)
replace line
import {PropsWithChildren}
from 'react'
$1$2
linter will removes import duplicates
npm run lint:fix