UNPKG

react-native-filament

Version:

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

5 lines 240 B
import React from 'react'; import { Entity } from '../types'; export declare const ParentEntityContext: React.Context<Entity | null>; export declare function useParentEntityContext(): Entity; //# sourceMappingURL=ParentEntityContex.d.ts.map