UNPKG

styled-hook-form

Version:

React form library for styled-components based on grommet and react-hook-form

4 lines (3 loc) 268 B
import { PageDataProps, PageDataResult } from "./types"; declare const usePagedData: <TListItem = any, TData = TListItem[], TServerData = TData, TError = any>(props: PageDataProps<TData, TServerData, TError>) => PageDataResult<TData, TError>; export { usePagedData };