UNPKG

svantic

Version:

A set of Fomantic-UI components for Svelte framework

13 lines (11 loc) 282 B
import { SvelteComponentTyped} from 'svelte/internal'; import { Style } from '../../style'; import { Component } from '../../component'; interface ItemProps{ } /** * Vomantic List */ declare class Item extends SvelteComponentTyped<ItemProps> { } export default Item;