src/components/embed.tsximport {type DOMNode,Element,type HTMLReactParserOptions,domToReact,} from 'html-react-parser'import {isTag,hasExactClass,getClassName,} from '@/utils/parse-blocks-helpers'import { Caption } from '@/components/caption'interface EmbedProps {className?: stringcaption?: React.ReactNodechildren?: React.ReactNode}export function Embed({ className = '', caption, children }: EmbedProps) {
Showing the first 20 lines.
Get full code