UNPKG

v-ingredients

Version:

Reusable Components

8 lines 162 B
export interface ISmallOfferBox { id: string; href?: string, picture: string; title: string, value: string | number, afterIcon: boolean, }