UNPKG

@mantine/form

Version:

Mantine form management library

10 lines (9 loc) 268 B
"use client"; //#region packages/@mantine/form/src/paths/get-splitted-path.ts function getSplittedPath(path) { if (typeof path !== "string") return []; return path.split("."); } //#endregion export { getSplittedPath }; //# sourceMappingURL=get-splitted-path.mjs.map