UNPKG

@xyo-network/react-shared

Version:

Common React library for all XYO projects that use React

3 lines 273 B
/** @description This is the width of all the cells (except the one passed) in the row combined and the spacing of the main cell */ export declare const getRemainingRowWidth: (row: HTMLElement, forCell?: number) => number; //# sourceMappingURL=getRemainingRowWidth.d.ts.map