UNPKG

@builder.io/qwik

Version:

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

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