UNPKG

@fchh/fcos-suite-ui

Version:

Reusable UI components based on React and TailwindCSS for the Fab City OS Suite (initially funded by the Interfacer EU project).

13 lines (12 loc) 259 B
export interface IImage { src: string; caption?: string; captionHtml?: string; subCaption?: string; subCaptionHtml?: string; alt?: string; tag?: string; id?: string; width?: number | string; height?: number | string; }