UNPKG

@asafarim/markdown-explorer-viewer

Version:

A reusable React component for exploring and viewing markdown files with file tree navigation

4 lines (3 loc) 125 B
import React from 'react'; import { FileTreeProps } from '../types'; export declare const FileTree: React.FC<FileTreeProps>;