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