UNPKG

react-native-ios-utilities

Version:

Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI

8 lines 277 B
import type { ColorValue } from "../MiscTypes"; import type { Transform3D } from "./Transform3D"; export type BaseViewKeyframeConfig = { opacity?: number; backgroundColor?: ColorValue; transform?: Transform3D; }; //# sourceMappingURL=BaseViewKeyframeConfig.d.ts.map