UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 212 B
import type { NeoFormProps } from './neo-form.model.js'; declare const NeoForm: import("svelte").Component<NeoFormProps, {}, "ref" | "context">; type NeoForm = ReturnType<typeof NeoForm>; export default NeoForm;