feat: added product page
This commit is contained in:
9
src/lib/components/ui/image-carousel/index.ts
Normal file
9
src/lib/components/ui/image-carousel/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import ImageCarousel from './ImageCarousel.svelte'
|
||||
|
||||
type ImageCarouselItem = {
|
||||
image: string
|
||||
alt: string
|
||||
aspect?: '1:1' | '16:9' | '9:16' | '4:3'
|
||||
}
|
||||
|
||||
export { ImageCarousel, type ImageCarouselItem }
|
||||
Reference in New Issue
Block a user