@codedoc/core
Version:
Create beautiful modern documentation websites.
9 lines (8 loc) • 413 B
TypeScript
import { RendererLike } from '@connectv/html';
import { ThemedComponentThis } from '@connectv/jss-theme';
import { CodedocTheme } from '../../../theme';
export interface ContentNavOptions {
content: HTMLElement;
}
export declare function ContentNav(this: ThemedComponentThis<CodedocTheme>, options: ContentNavOptions, renderer: RendererLike<any, any>): HTMLElement;
export { ContentNavStyle } from './style';