react-native-inner-shadow
Version:
react native inner shadows with linear gradient design UI
6 lines • 372 B
TypeScript
import React from 'react';
import type { InnerShadowProps, LinearInnerShadowProps, RadialInnerShadowProps } from '../types';
export declare const ShadowView: React.FC<InnerShadowProps>;
export declare const LinearShadowView: React.FC<LinearInnerShadowProps>;
export declare const RadialShadowView: React.FC<RadialInnerShadowProps>;
//# sourceMappingURL=ShadowView.d.ts.map