UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

9 lines (8 loc) 228 B
"use client"; //#region packages/@mantine/core/src/components/ScrollArea/utils/to-int.ts function toInt(value) { return value ? parseInt(value, 10) : 0; } //#endregion exports.toInt = toInt; //# sourceMappingURL=to-int.cjs.map