react-native-json-grid-list
Version:
This library will help you create impressive grid lists like these.
19 lines (18 loc) • 576 B
TypeScript
import { LayoutRoot } from '.';
export declare const LAYOUT1: LayoutRoot;
export declare const LAYOUT2: LayoutRoot;
export declare const LAYOUT3: LayoutRoot;
export declare const LAYOUT4: LayoutRoot;
export declare const LAYOUT5: LayoutRoot;
export declare const LAYOUT6: LayoutRoot;
export declare const LAYOUT7: LayoutRoot;
declare const _default: {
'layout-1': LayoutRoot;
'layout-2': LayoutRoot;
'layout-3': LayoutRoot;
'layout-4': LayoutRoot;
'layout-5': LayoutRoot;
'layout-6': LayoutRoot;
'layout-7': LayoutRoot;
};
export default _default;