UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 276 B
import type { NeoListBaseSectionProps } from './neo-list-base-section.model.js'; declare const NeoListBaseSection: import("svelte").Component<NeoListBaseSectionProps, {}, "">; type NeoListBaseSection = ReturnType<typeof NeoListBaseSection>; export default NeoListBaseSection;