UNPKG

clinic-cms

Version:

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

4 lines (3 loc) 210 B
import type { TileLayerOptions } from 'leaflet'; export declare const DEFAULT_TILE_URL = "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"; export declare const DEFAULT_TILE_LAYER_OPTIONS: TileLayerOptions;