This commit is contained in:
Li1304553726 2025-11-17 17:17:43 +08:00
parent e936e1ddca
commit b3cd1d6283
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
interface WeatherDetailsGridProps {
icon: React.ReactNode;
label: string;
value: string;
subtitle?: string;
}
function WeatherInfoItem()