5 lines
161 B
TypeScript
5 lines
161 B
TypeScript
export declare const useSandpackPreviewProgress: (props: {
|
|
timeout?: number | undefined;
|
|
clientId?: string | undefined;
|
|
} | undefined) => string | null;
|