UNPKG

react-native-ios-utilities

Version:

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

7 lines (5 loc) 238 B
import type { BaseLayerKeyframeConfig } from "./BaseLayerKeyframeConfig"; import type { BaseViewKeyframeConfig } from "./BaseViewKeyframeConfig"; export type GenericViewKeyframe = BaseViewKeyframeConfig & BaseLayerKeyframeConfig;