UNPKG

@codedoc/core

Version:

Create beautiful modern documentation websites.

6 lines (5 loc) 334 B
import { ThemedComponentThis } from '@connectv/jss-theme'; import { RendererLike } from '@connectv/html'; import { CodedocTheme } from '../../../theme'; export declare function Header(this: ThemedComponentThis<CodedocTheme>, _: any, renderer: RendererLike<any, any>, content: any): HTMLElement; export { HeaderStyle } from './style';