react-native-svg
Version:
SVG library for react-native
5 lines • 364 B
TypeScript
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