react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
13 lines (12 loc) • 344 B
JavaScript
;
// TODO: Fix me
// @ts-ignore RNSVG doesn't export types for web, see https://github.com/software-mansion/react-native-svg/pull/2801
import { commonSvgProps } from './common';
export const SVG_ELLIPSE_PROPERTIES_CONFIG = {
...commonSvgProps,
cx: true,
cy: true,
rx: true,
ry: true
};
//# sourceMappingURL=ellipse.js.map