UNPKG

@smallstack/svelte-ui

Version:

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

7 lines (6 loc) 127 B
export interface ComponentPropDefinition { name: string; type: string; default: string; description: string; }