MCPcopy Index your code
hub / github.com/microsoft/SandDance / use

Function use

packages/sanddance-app/src/base.ts:30–39  ·  view source on GitHub ↗
(
    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 */
30export 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}

Callers 1

index.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected