UNPKG

react-native-filament

Version:

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

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