import { useEffect } from "react"; import * as React from "react"; /** * Props passed to the {@link Script} component. */ interface ScriptProps extends React.HTMLProps { /** * Specifies the URI of an external script. Same as the `src` attribute of the * HTML