@dvcol/neo-svelte
Version:
Neomorphic ui library for svelte 5
5 lines (4 loc) • 325 B
TypeScript
import type { NeoSimpleNotificationProps } from './neo-simple-notification.model.js';
declare const NeoSimpleNotification: import("svelte").Component<NeoSimpleNotificationProps<"div">, {}, "height" | "ref" | "bar">;
type NeoSimpleNotification = ReturnType<typeof NeoSimpleNotification>;
export default NeoSimpleNotification;