UNPKG

svantic

Version:

A set of Fomantic-UI components for Svelte framework

9 lines (6 loc) 241 B
import { default as Breadcrumb } from './breadcrumb' import { default as Section } from './section' import { default as Divider } from './divider' export function init() : void export { Section, Divider } export default Breadcrumb