UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

6 lines (5 loc) 305 B
import Root from "./alert.svelte"; import Description from "./alert-description.svelte"; import Title from "./alert-title.svelte"; export { alertVariants, type AlertVariant } from "./alert.svelte"; export { Root, Description, Title, Root as Alert, Description as AlertDescription, Title as AlertTitle, };