UNPKG

mytril

Version:

Mytril Svelte library component for rapidly building modern websites based on Svelte and Sveltekit

5 lines (4 loc) 177 B
import type { GridProps } from '../types/index.js'; declare const Grid: import("svelte").Component<GridProps, {}, "">; type Grid = ReturnType<typeof Grid>; export default Grid;