UNPKG

@tuniao/tnui-vue3-uniapp

Version:
13 lines (11 loc) 171 B
export interface RateItemData { active: RateItem inactive: RateItem } export interface RateItem { icon: string color: { class: string style: string } }