UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

8 lines (7 loc) 227 B
import { type Signal } from "@qwik.dev/core"; import type { LocationsProps } from "./location"; export interface MapProps { // default options location: Signal<LocationsProps>; // add other options to customization map }