UNPKG

@awsui/components-react

Version:

On July 19th, 2022, we launched [Cloudscape Design System](https://cloudscape.design). Cloudscape is an evolution of AWS-UI. It consists of user interface guidelines, front-end components, design resources, and development tools for building intuitive, en

10 lines 565 B
export declare function getPercent(value: number, range: [min: number, max: number]): number; export declare const getStepArray: (step: number, [min, max]: [min: number, max: number]) => number[]; export declare const findLowerAndHigherValues: <T extends number>(array: readonly T[], value: T) => { lower: T | undefined; higher: T | undefined; }; export declare const valuesAreValid: (referenceValues: ReadonlyArray<number>) => boolean; export declare const THUMB_SIZE = 16; export declare const THUMB_READONLY_SIZE = 12; //# sourceMappingURL=utils.d.ts.map