UNPKG

@applicaster/zapp-react-native-ui-components

Version:

Applicaster Zapp React Native ui components for the Quick Brick App

7 lines (5 loc) 223 B
import { useContext } from "react"; import { ModalAnimationContextT, ReactContext } from "./ModalAnimationContext"; export function useModalAnimationContext() { return useContext<ModalAnimationContextT>(ReactContext); }