UNPKG

@pierre/diffs

Version:

23 lines (22 loc) 540 B
import { FileOptions } from "../components/File.js"; import { FileProps } from "./types.js"; //#region src/react/File.d.ts declare function File<LAnnotation = undefined>({ file, lineAnnotations, selectedLines, options, metrics, className, style, renderAnnotation, renderCustomHeader, renderHeaderPrefix, renderHeaderMetadata, prerenderedHTML, renderGutterUtility, disableWorkerPool }: FileProps<LAnnotation>): React.JSX.Element; //#endregion export { File, type FileOptions }; //# sourceMappingURL=File.d.ts.map