UNPKG

react-native-inner-shadow

Version:

react native inner shadows with linear gradient design UI

5 lines 275 B
import React from 'react'; import type { InnerShadowProps, LinearInnerShadowProps } from '../types'; export declare const ShadowView: React.FC<InnerShadowProps>; export declare const LinearShadowView: React.FC<LinearInnerShadowProps>; //# sourceMappingURL=ShadowView.d.ts.map