UNPKG

v-ingredients

Version:

Reusable Components

12 lines (11 loc) 214 B
export default interface IIconList { icon: string, text: string, tooltip?: string } export interface ITippyConfig { arrow: boolean theme: string placement: string interactive: boolean }