react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
6 lines • 458 B
TypeScript
import type { AnyRecord, ConvertValuesToArrays } from '../types';
export declare function convertPropertyToArray<T>(value: T | undefined): T[];
export declare function convertPropertiesToArrays<T extends AnyRecord>(config: T): ConvertValuesToArrays<T>;
export declare function kebabizeCamelCase<T extends string>(property: T): string;
export declare function camelizeKebabCase<T extends string>(property: T): string;
//# sourceMappingURL=conversions.d.ts.map