| 16 | } |
| 17 | |
| 18 | export interface CreateElementProps { |
| 19 | node: SyntaxHighlightNode |
| 20 | stylesheet: import('react-syntax-highlighter').SyntaxHighlighterProps['customStyle'] |
| 21 | style?: React.CSSProperties |
| 22 | useInlineStyles?: boolean |
| 23 | key: string | number |
| 24 | } |
| 25 | |
| 26 | export default function createElement( |
| 27 | props: CreateElementProps, |
nothing calls this directly
no outgoing calls
no test coverage detected