const TOCInline = ({ toc, indentDepth = 3 }) => { return (
Table of Contents
) } export default TOCInline