UNPKG

@mantine/form

Version:

Mantine form management library

8 lines (6 loc) 210 B
'use client'; function getDataPath(formName, fieldPath) { return formName ? `${formName}-${fieldPath.toString()}` : fieldPath.toString(); } export { getDataPath }; //# sourceMappingURL=get-data-path.mjs.map