UNPKG

move-prop-types

Version:

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

10 lines 448 B
import type { FileEncoding } from './types.js'; export declare const es6PropTypeJust: RegExp; export declare const es6PropTypeRight: RegExp; export declare const es6PropTypeLeft: RegExp; export declare const es6PropTypeMiddle: RegExp; export declare const fileEncoding: FileEncoding; export declare const importState: string; export declare const reactProto: RegExp; export declare const es5PropType: string; //# sourceMappingURL=constants.d.ts.map