UNPKG

react-native-ios-utilities

Version:

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

4 lines 279 B
import type { BaseLayerKeyframeConfig } from "./BaseLayerKeyframeConfig"; import type { BaseViewKeyframeConfig } from "./BaseViewKeyframeConfig"; export type GenericViewKeyframe = BaseViewKeyframeConfig & BaseLayerKeyframeConfig; //# sourceMappingURL=GenericViewKeyframe.d.ts.map