Initial project import
This commit is contained in:
9
node_modules/@react-three/drei/core/MatcapTexture.d.ts
generated
vendored
Normal file
9
node_modules/@react-three/drei/core/MatcapTexture.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react';
|
||||
import { Texture } from 'three';
|
||||
export declare function useMatcapTexture(id?: number | string, format?: number, onLoad?: (texture: Texture | Texture[]) => void): [Texture, string, number];
|
||||
export declare const MatcapTexture: ({ children, id, format, onLoad, }: {
|
||||
children?: (texture: ReturnType<typeof useMatcapTexture>) => React.ReactNode;
|
||||
id?: Parameters<typeof useMatcapTexture>[0];
|
||||
format?: Parameters<typeof useMatcapTexture>[1];
|
||||
onLoad?: Parameters<typeof useMatcapTexture>[2];
|
||||
}) => React.JSX.Element;
|
||||
Reference in New Issue
Block a user