@codedoc/core
Version:
Create beautiful modern documentation websites.
6 lines (5 loc) • 394 B
TypeScript
import { RendererLike } from '@connectv/html';
import { ThemedComponentThis } from '@connectv/jss-theme';
import { CodedocTheme } from '../../../theme';
export declare const ToCHeadingStyle: import("@connectv/jss-theme").ThemedStyle<CodedocTheme>;
export declare function ToCHeading(this: ThemedComponentThis<CodedocTheme>, _: any, renderer: RendererLike<any, any>, content: any): HTMLElement;