UNPKG

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

Version:

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

5 lines (4 loc) 161 B
import React from 'react'; import { ViewProps } from 'react-native'; export declare const ShadowView: React.ComponentType<ViewProps>; export default ShadowView;