UNPKG

@tra-tech/react-native-kitra

Version:
14 lines 341 B
import { useContext } from 'react'; import { TypographyContext } from '../typography/typography'; const useTypograpghy = () => { const { typography, updateTypography } = useContext(TypographyContext); return { typography, updateTypography }; }; export default useTypograpghy; //# sourceMappingURL=useTypography.js.map