in src/components/card.tsx [28:40]
export function Card(
props: CardProps &
TouchableOpacityProps & {
title?: string;
onToggle?: () => void;
enabled: boolean;
value?: any | React.FC;
dataType?: DataType;
unit?: string;
icon?: IconProps;
editable?: boolean;
onEdit?: EditCallback;
},