Skip to content
HomePagesHomePages template kit

PictureSourceSpec

One `<source>` element's attributes within a `PicturePlan`.

One <source> element’s attributes within a PicturePlan.

Import from @homepages/template-kit.

export type PictureSourceSpec = {
type?: string;
media?: string;
srcSet: string;
sizes?: string;
};