UNPKG

protomaps-leaflet

Version:

Vector tile rendering and labeling for [Leaflet](https://github.com/Leaflet/Leaflet).

6 lines (5 loc) 234 B
import { LabelRule } from "../labeler"; import { PaintRule } from "../painter"; import { Theme } from "./themes"; export declare const paintRules: (t: Theme) => PaintRule[]; export declare const labelRules: (t: Theme) => LabelRule[];