UNPKG

react-native-inner-shadow

Version:

react native inner shadows with linear gradient design UI

8 lines 789 B
export type { LINEAR_DIRECTION, ShadowProps, ShadowViewProps, InnerShadowProps, LinearInnerShadowProps, ShadowPressableProps, LinearShadowPressableProps, ShadowToggleProps, LinearShadowToggleProps, } from './types'; export { getBackgroundColor, computeShadowProperties, getLinearDirection, isLinearProps, } from './utils'; export { useShadowProperties } from './hooks/useShadowProperties'; export { useAnimatedOffset } from './hooks/useAnimatedOffset'; export { ShadowView, LinearShadowView, RadialShadowView, } from './components/ShadowView'; export { ShadowPressable, LinearShadowPressable, RadialShadowPressable, } from './components/ShadowPressable'; export { ShadowToggle, LinearShadowToggle, RadialShadowToggle, } from './components/ShadowToggle'; //# sourceMappingURL=index.d.ts.map