MCPcopy
hub / github.com/microsoft/SandDance / Base

Interface Base

packages/sanddance-react/src/base.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 * References to dependency libraries.
10 */
11export interface Base {
12 react: typeof React;
13 reactDOM: typeof ReactDOM;
14}
15
16export const base: Base = {
17 react: null,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected