UNPKG

@ant-design/x

Version:

Craft AI-driven interfaces effortlessly

5 lines (4 loc) 240 B
import React from 'react'; import type { CodeHighlighterProps } from './interface'; declare const CodeHighlighter: React.ForwardRefExoticComponent<CodeHighlighterProps & React.RefAttributes<HTMLDivElement>>; export default CodeHighlighter;