Merged develop into feat/hotel-pages-intro-section
This commit is contained in:
6
types/components/imageContainer.ts
Normal file
6
types/components/imageContainer.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { ImageVaultAsset } from "./imageVaultImage"
|
||||
|
||||
export type ImageContainerProps = {
|
||||
leftImage: ImageVaultAsset
|
||||
rightImage: ImageVaultAsset
|
||||
}
|
||||
Reference in New Issue
Block a user