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