UNPKG

svantic

Version:

A set of Fomantic-UI components for Svelte framework

8 lines (6 loc) 207 B
import { default as Image } from "./image"; import { default as Link } from "./link"; import { default as Group } from "./images"; export function init() export { Group , Link } export default Image