UNPKG

rn-fade-wrapper

Version:
12 lines 500 B
import type { ColorValue, ViewProps } from 'react-native'; import type { Float } from 'react-native/Libraries/Types/CodegenTypes'; interface NativeProps extends ViewProps { color?: ColorValue; sizeTop?: Float; sizeRight?: Float; sizeBottom?: Float; sizeLeft?: Float; } declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>; export default _default; //# sourceMappingURL=RnFadeWrapperViewNativeComponent.d.ts.map