We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6d4a3 commit a86c45bCopy full SHA for a86c45b
src/react/index.ts
@@ -3,5 +3,6 @@ export {DataManagerContext, useDataManager} from './DataManagerContext';
3
export type {WithDataManagerProps} from './withDataManager';
4
export {withDataManager} from './withDataManager';
5
6
+export type {ErrorAction, ErrorViewProps} from './components/types';
7
export * from './components/DataLoader';
8
export * from './components/DataInfiniteLoader';
0 commit comments