UNPKG

move-prop-types

Version:

"Help quickly replace the prop type checker in older react projects to map to prop-types"

22 lines 651 B
import type { FindMatchFunction, InstallPackageFunction, UpdateFileFunction, UpdateFolderFunction, HelpExamplesFunction } from './types.js'; /** * Install prop-types package */ export declare const installPackage: InstallPackageFunction; /** * Update a single file */ export declare const updateFile: UpdateFileFunction; /** * Update all files in a folder recursively */ export declare const updateFolder: UpdateFolderFunction; /** * Display help examples */ export declare const helpExamples: HelpExamplesFunction; /** * Find matching value in array */ export declare const findMatch: FindMatchFunction; //# sourceMappingURL=helper.d.ts.map