UNPKG

@finapi/web-form

Version:

Library for integrating the finAPI Web Form

7 lines (6 loc) 237 B
import { Environment } from "../props.types"; export declare function getWebComponentServer({ sourceUrl, targetUrl, targetEnvironment, }: { sourceUrl?: string; targetUrl?: string; targetEnvironment?: Environment; }): string;