rn-fade-wrapper
Version:
🔥 Fade gradient wrapper for React Native scrollable views and overlays on iOS and Android.
12 lines • 500 B
TypeScript
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