UNPKG

autumn-js

Version:

Autumn JS Library

12 lines (9 loc) 310 B
import * as swr from 'swr'; import { G as GetEntityParams } from '../clientEntTypes-pqnB95m3.js'; declare const useEntityProvider: (entityId?: string, params?: GetEntityParams) => { entity: any; isLoading: boolean; error: any; refetch: swr.KeyedMutator<any>; }; export { useEntityProvider };