UNPKG

svantic

Version:

A set of Fomantic-UI components for Svelte framework

10 lines (8 loc) 231 B
import type { SvelteComponentTyped } from 'svelte' import type Extra from './extra' /** * @description An item can contain content */ export default class Content extends SvelteComponentTyped { static Extra: new () => Extra }