Files
web/components/Hero/hero.ts
2024-10-21 14:22:00 +02:00

8 lines
145 B
TypeScript

import type { FocalPoint } from "@/types/components/image"
export interface HeroProps {
alt: string
src: string
focalPoint?: FocalPoint
}