UNPKG

@daml/hub-react

Version:

Daml React functions for Daml Hub

3 lines (2 loc) 143 B
export type DefaultParties = [string | undefined, string | undefined]; export declare function fetchDefaultParties(): Promise<DefaultParties>;