UNPKG

@mantine/form

Version:

Mantine form management library

11 lines (9 loc) 204 B
'use client'; function getSplittedPath(path) { if (typeof path !== "string") { return []; } return path.split("."); } export { getSplittedPath }; //# sourceMappingURL=get-splitted-path.mjs.map