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 { ChipProps } from '../types/index.js'; declare const Chip: import("svelte").Component<ChipProps, {}, "">; type Chip = ReturnType<typeof Chip>; export default Chip;