react-native-ajora
Version:
The most complete AI agent UI for React Native
58 lines (57 loc) • 1.34 kB
TypeScript
declare const _default: {
container: {
shadowColor: "#000000";
shadowOffset: {
readonly width: 0;
readonly height: 1;
};
shadowOpacity: 0.05;
shadowRadius: 2;
elevation: 2;
flexDirection: "row";
alignItems: "center";
justifyContent: "space-between";
height: number;
paddingHorizontal: 16;
backgroundColor: "#FFFFFF";
borderBottomWidth: number;
borderBottomColor: "#E5E7EB";
};
menuButton: {
width: number;
height: number;
borderRadius: 9999;
alignItems: "center";
justifyContent: "center";
};
plusButton: {
width: number;
height: number;
borderRadius: 9999;
alignItems: "center";
justifyContent: "center";
};
titleContainer: {
flex: number;
alignItems: "center";
paddingHorizontal: 24;
};
title: {
fontSize: 16;
fontWeight: "700";
color: "#111827";
textAlign: "center";
letterSpacing: number;
};
icon: {
fontSize: 18;
fontWeight: "600";
color: "#1F2937";
};
plusIcon: {
fontSize: 18;
fontWeight: "600";
color: "#1F2937";
};
};
export default _default;