Initial project import
This commit is contained in:
11
node_modules/@react-three/drei/core/Fbx.d.ts
generated
vendored
Normal file
11
node_modules/@react-three/drei/core/Fbx.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as React from 'react';
|
||||
import { Group } from 'three';
|
||||
import { Clone } from './Clone';
|
||||
export declare function useFBX(path: string): Group;
|
||||
export declare namespace useFBX {
|
||||
var preload: (path: string) => void;
|
||||
var clear: (input: string | string[]) => void;
|
||||
}
|
||||
export declare function Fbx({ path, ...props }: {
|
||||
path: Parameters<typeof useFBX>[0];
|
||||
} & Omit<React.ComponentProps<typeof Clone>, 'object'>): React.JSX.Element;
|
||||
Reference in New Issue
Block a user