UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

3 lines (2 loc) 167 B
import type { DecayState, DefaultDecayConfig } from "./types"; export declare const decay: (now: number, state: DecayState, config: DefaultDecayConfig) => DecayState;