UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

14 lines (10 loc) 251 B
export type { RatePropsType } from './props' export interface RateMouseoverInterface { (index: number): void } export interface RateHandleClickInterface { (index: number): void } export interface RateChangeInterface { (val: number): number }