UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 225 B
import type { NeoFieldsetProps } from './neo-fieldset.model.js'; declare const NeoFieldSet: import("svelte").Component<NeoFieldsetProps, {}, "">; type NeoFieldSet = ReturnType<typeof NeoFieldSet>; export default NeoFieldSet;