UNPKG

@synergy-design-system/components

Version:

This package provides the base of the Synergy Design System as native web components. It uses [lit](https://www.lit.dev) and parts of [shoelace](https://shoelace.style/). Synergy officially supports the latest two versions of all major browsers (as define

10 lines (9 loc) 430 B
export declare const numericSort: (a: number, b: number) => number; /** * Check if two numeric array differ * @param a The first array * @param b The second array * @returns True if the arrays differ, false otherwise */ export declare const arraysDiffer: (a: readonly number[], b: readonly number[]) => boolean; export declare const getNormalizedValueFromClientX: (baseDiv: HTMLElement, x: number, isRtl: boolean) => number;