UNPKG

react-native-inner-shadow

Version:

react native inner shadows with linear gradient design UI

4 lines 327 B
/// <reference types="react" /> import type { InnerShadowProps, LinearInnerShadowProps, RadialInnerShadowProps } from '../types'; export declare const BaseShadowComponent: import("react").NamedExoticComponent<InnerShadowProps | LinearInnerShadowProps | RadialInnerShadowProps>; //# sourceMappingURL=BaseShadowComponent.d.ts.map