1.0.3 • Published 3 months ago

@mui-internal/typescript-to-proptypes v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@mui-internal/typescript-to-proptypes

An API for converting TypeScript definitions to PropTypes using the TypeScript Compiler API.

This package has been adapted for MUI needs. It is not meant for general use.

Support

Component type
Class:heavy_check_mark:
Function:heavy_check_mark:
Const functions:heavy_check_mark:
React.memo:heavy_check_mark:
React.ForwardRef:heavy_check_mark:

License

This project is licensed under the terms of the MIT license.

Release

  1. Build the project: pnpm build
  2. Publish the build artifacts to npm: pnpm release:publish