UNPKG

clinic-cms

Version:

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

8 lines (7 loc) 132 B
export interface SocialNetwork { id: number; handle: string; url: string; type: string; type_display: string; }