UNPKG

clinic-cms

Version:

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

9 lines (8 loc) 176 B
export interface OpenGraph { title: string; username: string; twitter_description: string; description: string; image_url: string; image_alt: string; }