UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

6 lines (5 loc) 194 B
import { ResourceT } from '../stores/ResorceStore'; export declare const useCurrentResource: () => { currentResource: ResourceT; currentLocation: import("history").Location<unknown>; };