UNPKG

react-matter-js

Version:

React adapter for the Matter.js physics engine

8 lines (7 loc) 278 B
/// <reference types="react" /> declare type Props = { children: [React.ReactElement, React.ReactElement]; length?: number; }; declare const _default: import("react").MemoExoticComponent<({ children, length, ...options }: Props) => any>; export default _default;