UNPKG

@ferdiunal/refinedev-shadcn-ui

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