UNPKG

react-native-inner-shadow

Version:

react native inner shadows with linear gradient design UI

7 lines 569 B
import React from 'react'; import type { LinearShadowPressableProps, RadialShadowPressableProps, ShadowPressableProps } from '../types'; export declare const UnifiedShadowPressable: React.NamedExoticComponent<ShadowPressableProps | LinearShadowPressableProps | RadialShadowPressableProps>; export declare const ShadowPressable: React.FC<ShadowPressableProps>; export declare const LinearShadowPressable: React.FC<LinearShadowPressableProps>; export declare const RadialShadowPressable: React.FC<RadialShadowPressableProps>; //# sourceMappingURL=ShadowPressable.d.ts.map