Skip to content

Home > fff-flavored-frontmatter > FFFImage

FFFImage type

Object Image

Signature:

typescript
type FFFImage = Partial<HTMLImageElement> & {
    figcaption?: string;
    sources?: Partial<HTMLSourceElement>[];
};