UNPKG

react-three-fiber

Version:

A React renderer for Three.js (web and react-native)

6 lines (5 loc) 256 B
export * from '../index'; export * from '../canvas'; import React from 'react'; import { ContainerProps } from './shared/web/ResizeContainer'; export declare const Canvas: React.MemoExoticComponent<({ children, ...props }: ContainerProps) => JSX.Element>;