UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 193 B
import type { NeoTabProps } from './neo-tab.model.js'; declare const NeoTab: import("svelte").Component<NeoTabProps, {}, "ref">; type NeoTab = ReturnType<typeof NeoTab>; export default NeoTab;