Files
echo-nexus/node_modules/@codesandbox/sandpack-react/dist/hooks/useSandpackShell.d.ts
T

8 lines
148 B
TypeScript

/**
* @category Hooks
*/
export declare const useSandpackShell: (clientId?: string) => {
restart: () => void;
openPreview: () => void;
};