UNPKG

@react-ecs/boids

Version:

<h1 align="center"> <br> <a href="https://react-ecs.ldlework.com"><img src="https://i.imgur.com/Rn6yLZs.gif" alt="React ECS" width="300"></a> <br> React ECS <br> <a href="https://react-ecs.ldlework.com">react-ecs.ldlework.com</a> </h1>

7 lines (6 loc) 166 B
import { FC, ReactNode } from 'react'; declare type BoidSimProps = { render: () => ReactNode; }; export declare const BoidSim: FC<BoidSimProps>; export {};