UNPKG

@datalayer/core

Version:
6 lines (5 loc) 175 B
export declare const useRuntimes: () => { mountLocalFolder: (kernelId: string) => void; unmountLocalFolder: (kernelId: string) => void; }; export default useRuntimes;