Skip to content
HomePagesHomePages template kit

ImageCollectionValue

An image list slot's runtime value: an ordered array of `ImageValue`, possibly empty.

An image list slot’s runtime value: an ordered array of ImageValue, possibly empty.

Import from @homepages/template-kit.

export type ImageCollectionValue = ImageValue[];