UNPKG

flowbite-svelte-illustrations

Version:

A collection of free and open-source collection of SVG illustrations.

9 lines (8 loc) 130 B
export type TitleType = { id?: string; title?: string; }; export type DescType = { id?: string; desc?: string; };