UNPKG

clinic-cms

Version:

Svelte components based on Skeleton UI toolkit for the frontend of an outpatient clinic CMS.

7 lines (6 loc) 163 B
declare const Bound: import("svelte").Component<{ coordinates: any; padding: any; }, {}, "">; type Bound = ReturnType<typeof Bound>; export default Bound;