UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

10 lines 292 B
interface GetChangeValue { value: number; containerWidth: number; min: number; max: number; step: number; } export declare function getChangeValue({ value, containerWidth, min, max, step }: GetChangeValue): number; export {}; //# sourceMappingURL=get-change-value.d.ts.map