Skip to content

Commit 18f3093

Browse files
authored
Export flow types (react-grid-layout#672)
Export flow types from entry point
1 parent ada960f commit 18f3093

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.js.flow

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// @flow
2+
3+
import * as utils from './build/utils';
4+
export { default } from './build/ReactGridLayout';
5+
export { default as Responsive } from './build/ResponsiveReactGridLayout';
6+
export { default as WidthProvider } from './build/components/WidthProvider';
7+
8+
export {
9+
utils
10+
};

0 commit comments

Comments
 (0)