UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

15 lines (14 loc) 410 B
'use strict'; // TODO: Fix me // @ts-ignore RNSVG doesn't export types for web, see https://github.com/software-mansion/react-native-svg/pull/2801 import { SVG_COMMON_WEB_PROPERTIES_CONFIG } from "./common.js"; export const SVG_RECT_WEB_PROPERTIES_CONFIG = { ...SVG_COMMON_WEB_PROPERTIES_CONFIG, x: 'px', y: 'px', rx: 'px', ry: 'px', width: 'px', height: 'px' }; //# sourceMappingURL=rect.js.map