UNPKG

react-native-filament

Version:

A real-time physically based 3D rendering engine for React Native

7 lines 322 B
import { Float3 } from '../types'; import { TransformationProps } from '../types/TransformProps'; export type DebugBoxProps = TransformationProps & { halfExtent?: Float3; }; export declare function DebugBox({ halfExtent: halfExtentProp, ...transformProps }: DebugBoxProps): null; //# sourceMappingURL=DebugBox.d.ts.map