UNPKG

clinic-cms

Version:

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

6 lines (5 loc) 97 B
export interface Appointment { url?: string; phone?: string; house_call?: boolean; }