UNPKG

mytril

Version:

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

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