UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

7 lines (5 loc) 175 B
import { ShowStore } from "./../stores/ShowStore"; import { useStore } from "./useStore"; export const useShowStore = () => { return useStore("showStore") as ShowStore; };