UNPKG

@toutix/whitelabel

Version:

Toutix whitelabel React container components

8 lines 238 B
export interface Config { baseUrl: string; whiteLabelToken: string; stripePublicKey: string; googleMapsApiKey?: string; } export declare const initWhiteLabel: (options: Config) => void; //# sourceMappingURL=config.d.ts.map