UNPKG

@maptiler/weather

Version:

Weather layers for MapTiler Cloud and MapTiler SDK

6 lines (5 loc) 232 B
import type * as THREE from "three"; declare function createPositionHelper({ color }: { color: THREE.ColorRepresentation; }): THREE.Mesh<THREE.BufferGeometry, THREE.Material | THREE.Material[]>; export { createPositionHelper };