UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

11 lines (10 loc) 301 B
export declare class TouchSpinValues { value: number; min: number; max: number; step: number; isDecimal: boolean; precision: number; constructor(value: number, min: number, max: number, step?: number, isDecimal?: boolean, precision?: number); getPrecision(): number; }