UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
5 lines (4 loc) 177 B
import { UseQueryOptions } from 'react-query'; export declare const useGetVoterInfo: (options?: UseQueryOptions) => { voter: import("../../types").VoterInfo | undefined; };