UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

6 lines (5 loc) 205 B
"use strict"; import { animated } from '@react-spring/native'; import { Pressable } from 'react-native'; export const AnimatedPressable = animated(Pressable); //# sourceMappingURL=AnimatedPressable.js.map