UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 221 B
type Props = { url: string; onLoad?: () => void; onError?: () => void; }; export declare const useExternalScript: ({ url, onLoad, onError }: Props) => "loading" | "idle" | "error" | "ready"; export {};