Function
use
(
fluentUI: FluentUIComponents,
vega: types.VegaBase,
deck: types.DeckBase,
layers: types.DeckLayerBase,
luma: types.LumaBase,
)
Source from the content-addressed store, hash-verified
| 28 | * @param luma @luma.gl/core library. |
| 29 | */ |
| 30 | export function use( |
| 31 | fluentUI: FluentUIComponents, |
| 32 | vega: types.VegaBase, |
| 33 | deck: types.DeckBase, |
| 34 | layers: types.DeckLayerBase, |
| 35 | luma: types.LumaBase, |
| 36 | ) { |
| 37 | SandDanceExplorer.use(fluentUI, React, ReactDOM, vega, deck, layers, luma); |
| 38 | base.fluentUI = fluentUI; |
| 39 | } |
Tested by
no test coverage detected