This commit is contained in:
parent
e936e1ddca
commit
b3cd1d6283
|
|
@ -0,0 +1,8 @@
|
||||||
|
interface WeatherDetailsGridProps {
|
||||||
|
icon: React.ReactNode;
|
||||||
|
label: string;
|
||||||
|
value: string;
|
||||||
|
subtitle?: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
function WeatherInfoItem()
|
||||||
Loading…
Reference in New Issue