exporttypeUseSpringValueConfig= {/** * The stiffness of the spring. */stiffness?: number/** * The damping of the spring. */damping?: number/** * The mass of the spring. */mass?: number/** * The precision of the spring. */immediate?: boolean/** * The precision of the spring. */precision?: number}