UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

7 lines (6 loc) 264 B
/** * @returns A new value that will be updated on every frame redraw with the * number of milliseconds elapsed since the value was started. * The clock is created in the stopped state. */ export declare const useClockValue: () => import("..").SkiaClockValue;