UNPKG

@builder.io/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

10 lines (9 loc) 231 B
export interface LocationsProps { name: string; // latitude , longitude point: [number, number]; // Southwest lat, South West Lng, North East lat, North East lng boundaryBox: string; zoom: number; marker: boolean; }