UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

9 lines 440 B
/** * Given the ID of a container entity and a path string array, create the folder structure as necessary and return the ID of the final folder in the path. * @returns The ID of the final folder in the path. */ export declare function useCreateFolderPath(): import("@tanstack/react-query").UseMutationResult<string, Error, { rootContainerId: string; path: string[]; }, unknown>; //# sourceMappingURL=useCreateFolderPath.d.ts.map