UNPKG

mytril

Version:

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

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