Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Commit 59926b7

Browse files
committed
Refine constants exports
1 parent 33d8dbf commit 59926b7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

index.js

+4
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33
*/
44

55
import RefreshableList from './src/RefreshableList';
6+
import constants from './src/constants';
7+
import * as utils from './src/utils';
8+
9+
export { constants, utils };
610
export default RefreshableList;

src/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const MULTIPLE_SECTIONS_DATASOURCE = new ListView.DataSource({
1919
sectionHeaderHasChanged: ((s1, s2) => s1 !== s2),
2020
});
2121

22-
export default {
22+
export {
2323
DEFAULT_SECTION_ID,
2424
EMPTY_DATA,
2525
PLACEHOLDER_DATA,

0 commit comments

Comments
 (0)