UNPKG

@ivliu/react-offscreen

Version:

![NPM Version](https://img.shields.io/npm/v/%40ivliu%2Freact-offscreen) ![License](https://img.shields.io/badge/license-MIT-yellow)

4 lines (3 loc) 114 B
import type { FC } from "react"; import type { IProps } from "./type"; export declare const Repeater: FC<IProps>;