UNPKG

phx-react

Version:

PHX REACT

8 lines (7 loc) 209 B
import { ISelectOptions } from '../type/target'; export declare const useGetDataSelectTarget: ({ schoolYearId }: { schoolYearId: number; }) => { selectOptions: ISelectOptions; loading: boolean; };