Files
web/components/TempDesignSystem/Hero/hero.ts
2024-08-22 09:49:02 +02:00

5 lines
59 B
TypeScript

export interface HeroProps {
alt: string
src: string
}