Files
web/components/Hero/hero.ts

5 lines
59 B
TypeScript

export interface HeroProps {
alt: string
src: string
}