UNPKG

react-native-filament

Version:

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

3 lines 223 B
import { StaticPlane } from '../types/Shapes'; export declare function useStaticPlaneShape(normalX: number, normalY: number, normalZ: number, constant: number): StaticPlane; //# sourceMappingURL=useStaticPlaneShape.d.ts.map