UNPKG

svantic

Version:

A set of Fomantic-UI components for Svelte framework

13 lines (10 loc) 411 B
import { default as Table } from './table' import { default as Header } from './header' import { default as Body } from './body' import { default as Footer } from './footer' import { default as Row } from './row' import { default as Cell } from './cell' import { default as HCell } from './hcell' export function init(): void export { Body, Cell, HCell, Footer, Header, Row } export default Table