react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
12 lines (9 loc) • 359 B
text/typescript
;
import type { PathProps } from 'react-native-svg';
import type { SvgStyleBuilderConfig } from './common';
import { commonSvgProps } from './common';
// @ts-expect-error - remove when more properties are added
export const SVG_PATH_PROPERTIES_CONFIG: SvgStyleBuilderConfig<PathProps> = {
...commonSvgProps,
// TODO - add more properties
};