8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
/**
|
|
* @category Hooks
|
|
*/
|
|
export declare const useSandpackShell: (clientId?: string) => {
|
|
restart: () => void;
|
|
openPreview: () => void;
|
|
};
|