UNPKG

@boneframework/native-components

Version:
8 lines (5 loc) 127 B
import {useEffect} from "react"; import cache from '../utility/cache' export default useCache = () => { return cache; };