clientnode 3.0.882 → 3.0.883
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/property-types.d.ts +1 -0
package/package.json
CHANGED
package/property-types.d.ts
CHANGED
|
@@ -456,4 +456,5 @@ export declare const oneOfType: typeof PropTypes.oneOfType;
|
|
|
456
456
|
export declare const shape: typeof PropTypes.shape;
|
|
457
457
|
export declare const string: PropTypes.Requireable<string>;
|
|
458
458
|
export declare const symbol: PropTypes.Requireable<symbol>;
|
|
459
|
+
export type { Requireable, ValidationMap, Validator } from 'prop-types';
|
|
459
460
|
export default PropertyTypes;
|