UNPKG

react-form-with-constraints

Version:
3 lines (2 loc) 148 B
/// <reference types="react" /> export declare function deepForEach(children: React.ReactNode, fn: (child: React.ReactElement<any>) => void): void;