UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
7 lines (6 loc) 204 B
export declare const useGetDRepDetailsQuery: (dRepId: string | null | undefined, options?: { enabled: boolean; }) => { dRep: import("../../types").DRepData | undefined; isLoading: boolean; };