UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 109 B
import type { Config } from 'dompurify'; export interface NeoHtmlProps extends Config { html?: string; }