UNPKG

@smallstack/svelte-ui

Version:

Tiny library for Svelte 5 and DaisyUI, published as multi entry ESM module and as web components.

9 lines (8 loc) 286 B
type $$ComponentProps = { title: string; description?: string; level?: string; }; declare const ComponentPageHeader: import("svelte").Component<$$ComponentProps, {}, "">; type ComponentPageHeader = ReturnType<typeof ComponentPageHeader>; export default ComponentPageHeader;