UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

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