UNPKG

mytril

Version:

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

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