UNPKG

vue3-fortune-wheel

Version:
14 lines (13 loc) 221 B
export type Data = { id: number | { valueOf(): number; }; value: string; bgColor: string; color: string; }; export type ImgParams = { src: string; width: number; height: number; };