clientnode 3.0.881 → 3.0.884

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clientnode",
3
- "version": "3.0.881",
3
+ "version": "3.0.884",
4
4
  "description": "upgrade to object orientated rock solid plugins",
5
5
  "keywords": [
6
6
  "client",
@@ -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;