UNPKG

@codedoc/core

Version:

Create beautiful modern documentation websites.

9 lines (8 loc) 399 B
import { ExtensibleRenderer } from '@connectv/html'; import { ThemedComponentThis } from '@connectv/jss-theme'; import { CodedocTheme } from '../../theme'; export interface CodeOptions { lang: string; } export declare function Code(this: ThemedComponentThis<CodedocTheme>, options: CodeOptions, renderer: ExtensibleRenderer, content: string[]): HTMLElement; export { CodeStyle } from './style';