UNPKG

@naarni/design-system

Version:

Naarni React Native Design System for EV Fleet Apps

65 lines 1.51 kB
export declare const styles: { modalContainer: { flex: number; backgroundColor: string; }; backdrop: { backgroundColor: string; position: "absolute"; left: 0; right: 0; top: 0; bottom: 0; }; container: { position: "absolute"; left: number; right: number; bottom: number; borderTopLeftRadius: number; borderTopRightRadius: number; minHeight: number; maxHeight: number; backgroundColor: string; }; iosContainer: { shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; }; dragIndicatorContainer: { alignItems: "center"; paddingVertical: number; }; dragIndicator: { width: number; height: number; borderRadius: number; }; header: { flexDirection: "row"; alignItems: "center"; justifyContent: "space-between"; paddingHorizontal: number; paddingBottom: number; }; closeButton: { padding: number; }; content: { flex: number; paddingHorizontal: number; }; footer: { flexDirection: "row"; justifyContent: "flex-end"; padding: number; borderTopWidth: number; borderTopColor: string; }; }; //# sourceMappingURL=BottomSheet.styles.d.ts.map