UNPKG

@cloudquery/plugin-ui-sdk

Version:

SDK for CloudQuery Plugin UI configuration

8 lines 296 B
/** * Get the image src from the script url * @param src - The src of the image * @param scriptUrl - The url of the script (use import.meta.url) * @returns The image src */ export declare function getImageSrc(src: string, scriptUrl: string): string; //# sourceMappingURL=getImageSrc.d.ts.map