export interface UnitNumberProps { prefixCls: string; value: string | number; offset?: number; current?: boolean; }