Initial project import
This commit is contained in:
14
node_modules/@react-three/drei/core/GizmoViewcube.d.ts
generated
vendored
Normal file
14
node_modules/@react-three/drei/core/GizmoViewcube.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as React from 'react';
|
||||
import { ThreeEvent } from '@react-three/fiber';
|
||||
type GenericProps = {
|
||||
font?: string;
|
||||
opacity?: number;
|
||||
color?: string;
|
||||
hoverColor?: string;
|
||||
textColor?: string;
|
||||
strokeColor?: string;
|
||||
onClick?: (e: ThreeEvent<MouseEvent>) => null;
|
||||
faces?: string[];
|
||||
};
|
||||
export declare const GizmoViewcube: (props: GenericProps) => React.JSX.Element;
|
||||
export {};
|
||||
Reference in New Issue
Block a user