UNPKG

mytril

Version:

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

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