UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

6 lines (4 loc) 160 B
'use client'; const easeInOutQuad = (t) => t < 0.5 ? 2 * t * t : -1 + (4 - 2 * t) * t; export { easeInOutQuad }; //# sourceMappingURL=ease-in-out-quad.mjs.map