UNPKG

pd-design

Version:

产品组件库

9 lines (8 loc) 200 B
export interface PropsType { value: number; math?: MathType; textMaxWidth?: string; duration?: number; effect?: string; } export type MathType = "ceil" | "abs" | "floor" | "none";