UNPKG

@salla.sa/twilight-components

Version:
13 lines (12 loc) 291 B
interface LoyaltyPointsResponse { points?: number; label?: string; } export declare class SallaLoyaltyPointsBanner { host: HTMLElement; pointsData: LoyaltyPointsResponse; productId: string | number; componentWillLoad(): Promise<void>; render(): any; } export {};