UNPKG

react-native-inner-shadow

Version:

react native inner shadows with linear gradient design UI

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