UNPKG

react-native-skia-responsive-text

Version:

A library providing a wrapper for the React Native Skia Text component, offering features like user-friendly text alignment, efficient multiline text management, and straightforward text truncation.

4 lines 237 B
import { SharedValue } from 'react-native-reanimated'; import { AnimatableValue } from '../types'; export default function useAnimatableValue<T>(value: AnimatableValue<T>): SharedValue<T>; //# sourceMappingURL=useAnimatableValue.d.ts.map