UNPKG

@react-three/drei

Version:

useful add-ons for react-three-fiber

5 lines (4 loc) 239 B
import { ThreeElements } from '@react-three/fiber'; import * as React from 'react'; export type MultiMaterialProps = Omit<ThreeElements['group'], 'ref'>; export declare function MultiMaterial(props: MultiMaterialProps): React.JSX.Element;