Skip to content

Commit a86c45b

Browse files
authored
fix(react): add exports for error props (#4)
1 parent 4f6d4a3 commit a86c45b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/react/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ export {DataManagerContext, useDataManager} from './DataManagerContext';
33
export type {WithDataManagerProps} from './withDataManager';
44
export {withDataManager} from './withDataManager';
55

6+
export type {ErrorAction, ErrorViewProps} from './components/types';
67
export * from './components/DataLoader';
78
export * from './components/DataInfiniteLoader';

0 commit comments

Comments
 (0)