UNPKG

@devbookhq/docusaurus-code-video-plugin

Version:

Add a video to a Docusaurus code block and highlight code lines as the video plays.

5 lines (4 loc) 179 B
/// <reference types="react" /> import { type Props } from '@theme-init/CodeBlock'; declare function CodeBlockWrapper(props: Props): JSX.Element; export default CodeBlockWrapper;