UNPKG

@liuyunjs/react-native-simple-shadow-view

Version:

a Native shadow view for react native, for any React Native platform.

4 lines (3 loc) 180 B
import React from 'react'; import { View, ViewProps } from 'react-native'; export declare const ShadowView: React.ForwardRefExoticComponent<ViewProps & React.RefAttributes<View>>;