@zllling/react-previewer
Version:
A React component for live code preview with compilation and error handling
10 lines • 322 B
TypeScript
import { default as React } from 'react';
import { SourceInfo } from '../types';
interface SourceTooltipProps {
sourceInfo: SourceInfo;
containerElement: HTMLElement;
onClose: () => void;
}
export declare const SourceTooltip: React.FC<SourceTooltipProps>;
export {};
//# sourceMappingURL=SourceTooltip.d.ts.map