UNPKG

@salla.sa/twilight-components

Version:
16 lines (15 loc) 283 B
export declare class SallaLoyaltyHero { /** * Optional image to display in the background */ image: string; /** * Name of the program */ name: string; /** * Description of the program */ description: string; render(): any; }