Preview: ScriptLoaded.d.ts
Size: 530 B
/var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/@react-google-maps/api/dist/docs/ScriptLoaded.d.ts
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;
Directory Contents
Dirs: 0 × Files: 3