UNPKG

react-ngl

Version:
5 lines (4 loc) 216 B
/// <reference types="react" /> import { NGL } from '../utils'; export declare const ComponentReactContext: import("react").Context<NGL.Component | undefined>; export declare const useComponent: () => NGL.Component;