Repository URL to install this package:
Version:
1.2.14 ▾
|
declare function Shape(types: any): (fn: any) => any;
declare const toShape: () => (fn: any) => any;
export { toShape, Shape };
export default toShape;