UNPKG

videx-3d

Version:

React 3D component library designed for sub surface visualizations in the browser

13 lines (12 loc) 384 B
import { Remote } from 'comlink'; import { GeneratorRegistry } from '../sdk'; /** * Generators context * * @see {@link GeneratorRegistry} * @see {@link GeneratorsProvider} * @see [Generators](/videx-3d/docs/documents/generators.html) * * @group Contexts */ export declare const GeneratorsContext: import('react').Context<GeneratorRegistry | Remote<GeneratorRegistry> | null>;