UNPKG

@smui/layout-grid

Version:

Svelte Material UI - Layout Grid

6 lines (5 loc) 179 B
import LayoutGrid from './LayoutGrid.svelte'; import Cell from './Cell.svelte'; import InnerGrid from './InnerGrid.svelte'; export default LayoutGrid; export { Cell, InnerGrid };