4 lines
229 B
TypeScript
4 lines
229 B
TypeScript
import * as React from "react";
|
|
import type { CodeViewerProps } from "../CodeViewer";
|
|
export declare const SandpackTranspiledCode: ({ className, ...props }: CodeViewerProps & React.HTMLAttributes<HTMLDivElement>) => JSX.Element;
|