UNPKG

svantic

Version:

A set of Fomantic-UI components for Svelte framework

6 lines (5 loc) 223 B
import type { SvelteComponentTyped } from "svelte"; /** * @description An item can contain extra content meant to be formatted separately from the main content */ export default class Extra extends SvelteComponentTyped{}