babel-plugin-typescript-to-proptypes
Type converter
Converts TypeScript interfaces and type aliases to React PropTypes
Generate React PropTypes from TypeScript interfaces or type aliases.
367 stars
4 watching
25 forks
Language: TypeScript
last commit: over 1 year ago
Linked from 1 awesome list
babel-pluginprop-typesreacttypescript
Related projects:
Repository | Description | Stars |
---|---|---|
brigand/babel-plugin-flow-react-proptypes | A plugin to automatically generate React PropTypes definitions from Flow type declarations. | 432 |
oliviertassinari/babel-plugin-transform-react-remove-prop-types | Removes unnecessary React propTypes from production builds to reduce file size. | 897 |
floedelmann/vue-ts-types | Prop type definitions for Vue.js applications with TypeScript support | 8 |
keuby/vite-plugin-lib-types | Generates TypeScript declarations during library builds for compatibility with other languages and frameworks. | 6 |
fuselabs/jsxtyper | Automatically generates TypeScript interfaces from JSX files to improve code type safety and prevent typos at build-time. | 37 |
icare-jp-oss/vue-props-type | A Vue.js props type definition to ensure consistency and accuracy in prop types | 20 |
anteriovieira/vue-cast-props | A utility library for converting props to common data types in Vue.js applications | 5 |
loganfsmyth/babel-plugin-transform-builtin-extend | Enables extending built-in JavaScript types like Error and Array by static analysis | 148 |
frankwallis/plugin-typescript | Enables transpiling of TypeScript files in the browser using SystemJS | 248 |
vijaysutrave/babel-plugin-react-import-extends | A Babel plugin to simplify React component development by automatically extending the React class and importing React within components. | 10 |
hobofan/reacty_yew | Automatically generates Yew components from React components with TypeScript type definitions | 54 |
pd4d10/vite-plugin-svgr | Transforms SVG files into reusable React components | 565 |
herberttn/vite-plugin-typescript-transform | Applies TypeScript compiler during Vite's build phase to support limited features not yet supported by esbuild. | 16 |
ds300/react-native-typescript-transformer | A tool to seamlessly integrate TypeScript with React Native | 657 |
martinandert/babel-plugin-css-in-js | Converts JavaScript inline styles to class names and bundles them into a CSS file | 298 |