react-native-inner-shadow
Version:
react native inner shadows with linear gradient design UI
8 lines • 726 B
TypeScript
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 } from './components/ShadowView';
export { ShadowPressable, LinearShadowPressable, } from './components/ShadowPressable';
export { ShadowToggle, LinearShadowToggle } from './components/ShadowToggle';
//# sourceMappingURL=index.d.ts.map