Based on document of chakra-ui above prop has been removed in version 3
if you want to use this props, you should install version 2 using
npm i @chakra-ui/[email protected]
you can see the documents for version 2 using chakra-ui-v2 docs
you can always install older versions of a package using this pattern
npm install <package>@<version>