mirror of
https://github.com/zhigang1992/react-native-super-grid.git
synced 2026-06-13 01:28:26 +08:00
9 lines
211 B
JavaScript
9 lines
211 B
JavaScript
import FlatGrid from './FlatGrid';
|
|
import SectionGrid from './SectionGrid';
|
|
|
|
export { FlatGrid, SectionGrid };
|
|
|
|
// Backward Compatibility
|
|
export default FlatGrid;
|
|
export { SectionGrid as SuperGridSectionList };
|