UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 275 B
import type { NeoDrawerProps } from './neo-drawer.model.js'; declare const NeoDrawer: import("svelte").Component<NeoDrawerProps, {}, "ref" | "placement" | "open" | "returnValue" | "outside" | "moved">; type NeoDrawer = ReturnType<typeof NeoDrawer>; export default NeoDrawer;