UNPKG

ratio-lock

Version:

A TypeScript library for managing n numbers with locked ratios. When the ratio is locked, changing one value automatically adjusts all other values to maintain their proportional relationships.

3 lines 157 B
export { useRatioLock } from './use-ratio-lock.js'; export type { UseRatioLockReturn } from './use-ratio-lock-return.js'; //# sourceMappingURL=index.d.ts.map