UNPKG

thebe-react

Version:

React providers and components for thebe-core

6 lines (5 loc) 194 B
import React from 'react'; export declare const OutputAreaByRef: React.ForwardRefExoticComponent<{ busy: boolean; content?: string | undefined; } & React.RefAttributes<HTMLDivElement>>;