UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

15 lines (12 loc) 332 B
'use strict'; import type { LineProps } from 'react-native-svg'; import type { SvgStyleBuilderConfig } from './common'; import { commonSvgProps } from './common'; export const SVG_LINE_PROPERTIES_CONFIG: SvgStyleBuilderConfig<LineProps> = { ...commonSvgProps, x1: true, y1: true, x2: true, y2: true, opacity: true, };