UNPKG

react-loop-z

Version:

React utility for loops and conditional rendering. Simple, clean, and flexible.

8 lines (7 loc) 202 B
import React from "react"; import { ILoopConditionProps } from "./types"; /** * DoLoop component. * Careful with infinite loops. */ export declare const DoLoop: React.FC<ILoopConditionProps>;