4 lines
240 B
TypeScript
4 lines
240 B
TypeScript
import type { SandpackBundlerFiles } from "@codesandbox/sandpack-client";
|
|
export declare const useSandpackId: () => string;
|
|
export declare const useAsyncSandpackId: (files: SandpackBundlerFiles) => (() => Promise<string>) | (() => string);
|