react-native-inner-shadow
Version:
react native inner shadows with linear gradient design UI
11 lines (9 loc) • 549 B
JavaScript
export { getBackgroundColor, computeShadowProperties, getLinearDirection, isLinearProps } from "./utils.js";
// hooks
export { useShadowProperties } from "./hooks/useShadowProperties.js";
export { useAnimatedOffset } from "./hooks/useAnimatedOffset.js";
export { ShadowView, LinearShadowView } from "./components/ShadowView.js";
export { ShadowPressable, LinearShadowPressable } from "./components/ShadowPressable.js";
export { ShadowToggle, LinearShadowToggle } from "./components/ShadowToggle.js";
//# sourceMappingURL=index.js.map
;