UNPKG

react-native-filament

Version:

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

5 lines 290 B
import { ISharedValue } from 'react-native-worklets-core'; import { Float3 } from '../types'; export declare const areFloat3Equal: (a: Float3, b?: Float3) => boolean; export declare const isWorkletSharedValue: (value: any) => value is ISharedValue<any>; //# sourceMappingURL=helper.d.ts.map