UNPKG

soda-angular

Version:
7 lines (6 loc) 233 B
import { SodaHostUrl } from "./soda-host-url"; export declare function SodaHost(hostUrl: string): <T extends new (...args: any[]) => {}>(constructor: T) => { new (...args: any[]): { Host: SodaHostUrl; }; } & T;