UNPKG

@deck.gl-community/layers

Version:

Add-on layers for deck.gl

10 lines (7 loc) 402 B
// deck.gl-community // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors export type {PathOutlineLayerProps} from './path-outline-layer/path-outline-layer'; export {PathOutlineLayer} from './path-outline-layer/path-outline-layer'; export type {PathMarkerLayerProps} from './path-marker-layer/path-marker-layer'; export {PathMarkerLayer} from './path-marker-layer/path-marker-layer';