UNPKG

@tiplink/api

Version:

Api for creating and sending TipLinks

6 lines (5 loc) 172 B
import { TipLink } from '../index'; export interface Themeable { themeId?: number; } export declare const attachTheme: (tiplink: TipLink, themeId?: number) => TipLink;