UNPKG

react-native-worklets

Version:
4 lines 300 B
import { type Synchronizable, type SynchronizableRef } from './types'; export declare function __installUnpacker(): void; export type SynchronizableUnpacker = <TValue>(synchronizableRef: SynchronizableRef<TValue>) => Synchronizable<TValue>; //# sourceMappingURL=synchronizableUnpacker.native.d.ts.map