UNPKG

react-native-svg

Version:
5 lines 364 B
import type { TransformProps } from '../../lib/extract/types'; import type { BaseProps } from '../types'; export declare function parseTransformProp(transform: TransformProps['transform'], props?: BaseProps): string | undefined; export declare function stringifyTransformProps(transformProps: TransformProps): string[]; //# sourceMappingURL=parseTransform.d.ts.map