cmms/frontend/node_modules/radix-vue/dist/Splitter/utils/stackingOrder.d.ts

8 lines
254 B
TypeScript

/**
* Determine which of two nodes appears in front of the other —
* if `a` is in front, returns 1, otherwise returns -1
* @param {HTMLElement} a
* @param {HTMLElement} b
*/
export declare function compare(a: HTMLElement, b: HTMLElement): number;