UNPKG

svantic

Version:

A set of Fomantic-UI components for Svelte framework

6 lines (5 loc) 163 B
import type { SvelteComponentTyped } from "svelte"; /** * @description An item can contain an image */ export default class Image extends SvelteComponentTyped{}