UNPKG

mytril

Version:

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

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