UNPKG

@stripe/ui-extension-sdk

Version:

The suite of functionality available to UI extensions in Stripe apps

8 lines (7 loc) 292 B
/** * Private! This allows the shared endpoint to be intialized * so that the SDK can communicate with the Dashboard. */ import type { Endpoint } from '@remote-ui/rpc'; import type { PlatformRPCs } from './platformRpcs'; export declare const getHostEndpoint: () => Endpoint<PlatformRPCs>;