react-native-json-grid-list
Version:
This library will help you create impressive grid lists like these.
15 lines (14 loc) • 405 B
TypeScript
import {FlatList} from 'react-native';
import {ItemType, SeparatorProps} from './types';
export declare const List: import('styled-components').StyledComponent<
new () => FlatList<ItemType>,
any,
{},
never
>;
export declare const Separator: import('styled-components').StyledComponent<
typeof import('react-native').View,
import('styled-components').DefaultTheme,
SeparatorProps,
never
>;