UNPKG

@xtrek/ts-migrate-plugins

Version:

Set of codemods, which are doing transformation of js/jsx to ts/tsx

7 lines (6 loc) 205 B
import { Plugin } from 'ts-migrate-server'; declare type Options = { useDefaultPropsHelper?: boolean; }; declare const reactDefaultPropsPlugin: Plugin<Options>; export default reactDefaultPropsPlugin;