UNPKG

@intuitionrobotics/thunderstorm

Version:
14 lines 376 B
import * as React from 'react'; type Props = { src: string; onLoaded: (src: string) => void; }; export declare class SimpleScriptInjector extends React.Component<Props> { static readonly injected: { [src: string]: HTMLScriptElement; }; componentDidMount(): void; render(): string; } export {}; //# sourceMappingURL=SimpleScriptInjector.d.ts.map