UNPKG

svantic

Version:

A set of Fomantic-UI components for Svelte framework

14 lines (11 loc) 296 B
import type { SvelteComponentTyped } from "svelte"; import type { MountEvent } from '../../common' interface ContentProps{ image?: boolean scrolling?: boolean } /** * @description ModalContent */ export default class Content extends SvelteComponentTyped<ContentProps>{ }