UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

8 lines (7 loc) 242 B
import type { Config } from 'dompurify'; type $$ComponentProps = Config & { html?: string; }; declare const NeoHtml: import("svelte").Component<$$ComponentProps, {}, "">; type NeoHtml = ReturnType<typeof NeoHtml>; export default NeoHtml;