D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ebrokers.online
/
node_modules
/
@react-google-maps
/
api
/
dist
/
docs
/
Filename :
ScriptLoaded.d.ts
back
Copy
import { Component, type JSX, type ReactNode } from 'react'; type ScriptLoadedState = { scriptLoaded: boolean; }; type ScriptLoadedProps = { children: ReactNode | ReactNode[] | Function; }; declare class ScriptLoaded extends Component<ScriptLoadedProps, ScriptLoadedState> { interval: number | undefined; constructor(props: ScriptLoadedProps); setScriptLoadedCallback: () => void; checkIfScriptLoaded: () => void; componentWillUnmount(): void; render(): JSX.Element; } export default ScriptLoaded;