UNPKG

@mantine/form

Version:

Mantine form management library

10 lines (7 loc) 236 B
'use client'; 'use strict'; function getDataPath(formName, fieldPath) { return formName ? `${formName}-${fieldPath.toString()}` : fieldPath.toString(); } exports.getDataPath = getDataPath; //# sourceMappingURL=get-data-path.cjs.map