UNPKG

customerio-gist-web

Version:

Build beautiful in-app flows with no code and deliver them instantly to your app. http://customer.io

4 lines (3 loc) 162 B
import type { Branding } from '../types'; export declare function fetchBrandingIfNeeded(): Promise<void>; export declare function getBranding(): Branding | null;