UNPKG

svantic

Version:

A set of Fomantic-UI components for Svelte framework

15 lines (14 loc) 392 B
export { Card } from './card' export { default as Item, Group as Items, init as initItem } from './item' export { default as Statistic, Group as Statistics, init as initStatistic } from './statistic' export { Ad } from './ad' export { default as Comment, Group as Comments, init as initComment } from './comment' export { default as Feed } from './feed'