UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 315 B
import type { NeoNotificationItemProps } from './neo-notification-item.model.js'; declare const NeoNotificationItem: import("svelte").Component<NeoNotificationItemProps<"li">, {}, "ref" | "hovered" | "focused">; type NeoNotificationItem = ReturnType<typeof NeoNotificationItem>; export default NeoNotificationItem;