UNPKG

mantine-entity

Version:

A library combining Mantine, TanStack Query, and Mantine React Table for efficient entity management

2 lines (1 loc) 148 B
export declare function useCustomQuery<T>(queryKey: string[], queryFn: () => Promise<T>): import("@tanstack/react-query").UseQueryResult<T, Error>;