UNPKG

@ferdiunal/refinedev-shadcn-ui

Version:
7 lines 283 B
import { CanReturnType } from "@refinedev/core"; type GetEditUrlReturnType = CanReturnType & { url: string; }; export declare const useGetEditUrl: (resource: string, recordItemId: string, meta?: any) => GetEditUrlReturnType; export {}; //# sourceMappingURL=useGetEditUrl.d.ts.map