UNPKG

svantic

Version:

A set of Fomantic-UI components for Svelte framework

9 lines (6 loc) 207 B
import { default as Grid } from './grid' import { default as Row } from './row' import { default as Column } from './column' export function init(): void export { Row, Column } export default Grid