UNPKG

svantic

Version:

A set of Fomantic-UI components for Svelte framework

11 lines (8 loc) 213 B
import { default as Shape } from './shape.svelte' import { default as Side } from './side.svelte' export function init(){ // @ts-ignore Shape.Side = Side } export { Side } export default Shape