API: Introduce TypeScript support, allowing users to convert SVGs into React components with TypeScript types for better type safety and development experience.
Improvements
API: Add a new TypeScript option, enhancing the flexibility for users who prefer TypeScript in their projects.
Fixes
Fix incorrect TypeScript types in the API, ensuring that the generated props use the correct type 'string' instead of 'String', which resolves ESLint complaints.
Others
Upgrade dependencies to improve performance and stability of the tool.