UNPKG

glodrei

Version:

useful add-ons for react-three-fiber

6 lines (5 loc) 233 B
import * as THREE from 'three'; import { ForwardRefComponent } from '../helpers/ts-utils'; type Props = Omit<JSX.IntrinsicElements['mesh'], 'args'>; export declare const ScreenQuad: ForwardRefComponent<Props, THREE.Mesh>; export {};