Variable filterSharedStylesConst
filterSharedStyles: {
chip: {
backgroundColor: string;
borderColor: string;
borderRadius: number;
borderWidth: number;
paddingHorizontal: number;
paddingVertical: number;
};
chipActive: { backgroundColor: string; borderColor: string };
chipRow: { flexDirection: "row"; flexWrap: "wrap"; gap: number };
chipText: { color: string; fontSize: number; fontWeight: "600" };
chipTextActive: { color: string };
dateColumn: { gap: number };
emptyText: {
color: string;
fontSize: number;
fontStyle: "italic";
paddingVertical: number;
};
} = ...
Type Declaration
chip: {
backgroundColor: string;
borderColor: string;
borderRadius: number;
borderWidth: number;
paddingHorizontal: number;
paddingVertical: number;
}
chipActive: { backgroundColor: string; borderColor: string }
chipRow: { flexDirection: "row"; flexWrap: "wrap"; gap: number }
chipText: { color: string; fontSize: number; fontWeight: "600" }
chipTextActive: { color: string }
dateColumn: { gap: number }
emptyText: {
color: string;
fontSize: number;
fontStyle: "italic";
paddingVertical: number;
}
Provides functionality for filter shared styles.