Initial project import
This commit is contained in:
4
node_modules/@react-three/drei/core/MultiMaterial.d.ts
generated
vendored
Normal file
4
node_modules/@react-three/drei/core/MultiMaterial.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user