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.

5 lines 314 B
export { useRatioLockField } from './use-ratio-lock-field.js'; export type { UseRatioLockFieldOptions } from './use-ratio-lock-field-options.js'; export type { UseRatioLockFieldReturn } from './use-ratio-lock-field-return.js'; export type { FieldProps } from './field-props.js'; //# sourceMappingURL=index.d.ts.map