UNPKG

@naarni/design-system

Version:

Naarni React Native Design System for EV Fleet Apps

49 lines 1.14 kB
export declare const useGridListStyles: () => { container: { flex: number; backgroundColor: string; }; contentContainer: { paddingHorizontal: number; paddingVertical: number; }; row: { justifyContent: "space-between"; paddingHorizontal: number; }; gridItem: { backgroundColor: string; borderRadius: number; overflow: "hidden"; shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; elevation: number; }; itemImage: { borderRadius: number; backgroundColor: string; }; textContainer: { padding: number; paddingTop: number; }; itemText: { color: string; fontWeight: "600"; marginBottom: number; fontSize: number; lineHeight: number; }; itemSubText: { color: string; fontWeight: "400"; fontSize: number; lineHeight: number; }; }; //# sourceMappingURL=styles.d.ts.map