UNPKG

svantic

Version:

A set of Fomantic-UI components for Svelte framework

12 lines (8 loc) 212 B
import { default as List } from './list.svelte' import { default as Item } from './item.svelte' export function init() { // @ts-ignore List.Item = Item } export { Item } export default List