react-native-filament
Version:
A real-time physically based 3D rendering engine for React Native
5 lines • 300 B
TypeScript
import React, { PropsWithChildren } from 'react';
import { UseLightEntityProps } from '../hooks/useLightEntity';
export type LightProps = PropsWithChildren<UseLightEntityProps>;
export declare function Light({ children, ...config }: LightProps): React.JSX.Element;
//# sourceMappingURL=Light.d.ts.map